Fix -Wdocumentation warning. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372418 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Pilgrim 2019-09-20 18:21:31 +00:00
parent 3292388576
commit 57875d15dd

View File

@ -285,7 +285,7 @@ public:
/// that is being generated needs to match one of the allowable clients or the
/// linker refuses to link this library.
///
/// \param Name The name of the client that is allowed to link this library.
/// \param InstallName The name of the client that is allowed to link this library.
/// \param Target The target triple for which this applies.
void addAllowableClient(StringRef InstallName, const Target &Target);