[cfe-commits] r158622 - /cfe/trunk/include/clang/Basic/Module.h

James Dennett jdennett at google.com
Sat Jun 16 20:57:25 PDT 2012


Author: jdennett
Date: Sat Jun 16 22:57:24 2012
New Revision: 158622

URL: http://llvm.org/viewvc/llvm-project?rev=158622&view=rev
Log:
Documentation cleanup: typo fix, \briaf -> \brief

Modified:
    cfe/trunk/include/clang/Basic/Module.h

Modified: cfe/trunk/include/clang/Basic/Module.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Module.h?rev=158622&r1=158621&r2=158622&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Module.h (original)
+++ cfe/trunk/include/clang/Basic/Module.h Sat Jun 16 22:57:24 2012
@@ -243,7 +243,7 @@
     return Umbrella && Umbrella.is<const DirectoryEntry *>();
   }
 
-  /// \briaf Add the given feature requirement to the list of features
+  /// \brief Add the given feature requirement to the list of features
   /// required by this module.
   ///
   /// \param Feature The feature that is required by this module (and





More information about the cfe-commits mailing list