From: Benjamin Kramer Date: Tue, 4 Jun 2013 09:13:21 +0000 (+0000) Subject: Fix typo in comment. Found by -Wdocumentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=785f1e7e0631f34d5bbbed9d10e90d56d838f722;p=clang Fix typo in comment. Found by -Wdocumentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183217 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index bc87316696..2777f95922 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -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.