]> granicus.if.org Git - clang/commitdiff
Fix typo in comment. Found by -Wdocumentation.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 4 Jun 2013 09:13:21 +0000 (09:13 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 4 Jun 2013 09:13:21 +0000 (09:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183217 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.h

index bc8731669695e11f78c17d2a1be8949ef0507428..2777f9592287d6da014aee10daede2dec32327d2 100644 (file)
@@ -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.