r183217 - Fix typo in comment. Found by -Wdocumentation.

Benjamin Kramer benny.kra at googlemail.com
Tue Jun 4 02:13:21 PDT 2013


Author: d0k
Date: Tue Jun  4 04:13:21 2013
New Revision: 183217

URL: http://llvm.org/viewvc/llvm-project?rev=183217&view=rev
Log:
Fix typo in comment. Found by -Wdocumentation.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenModule.h

Modified: cfe/trunk/lib/CodeGen/CodeGenModule.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenModule.h?rev=183217&r1=183216&r2=183217&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenModule.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenModule.h Tue Jun  4 04:13:21 2013
@@ -912,7 +912,7 @@ public:
   /// \brief Appends Opts to the "Linker Options" metadata value.
   void AppendLinkerOptions(StringRef Opts);
 
-  /// \bried Appends a detect mismatch command to the linker options.
+  /// \brief Appends a detect mismatch command to the linker options.
   void AddDetectMismatch(StringRef Name, StringRef Value);
 
   /// \brief Appends a dependent lib to the "Linker Options" metadata value.





More information about the cfe-commits mailing list