forked from OSchip/llvm-project
Fix typo in comment. Found by -Wdocumentation.
llvm-svn: 183217
This commit is contained in:
parent
7910e6cb0e
commit
82dfc97f66
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue