Fix typo in comment. Found by -Wdocumentation.

llvm-svn: 183217
This commit is contained in:
Benjamin Kramer 2013-06-04 09:13:21 +00:00
parent 7910e6cb0e
commit 82dfc97f66
1 changed files with 1 additions and 1 deletions

View 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.