[llvm] r372418 - Fix -Wdocumentation warning. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 11:21:32 PDT 2019
Author: rksimon
Date: Fri Sep 20 11:21:31 2019
New Revision: 372418
URL: http://llvm.org/viewvc/llvm-project?rev=372418&view=rev
Log:
Fix -Wdocumentation warning. NFCI.
Modified:
llvm/trunk/include/llvm/TextAPI/MachO/InterfaceFile.h
Modified: llvm/trunk/include/llvm/TextAPI/MachO/InterfaceFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TextAPI/MachO/InterfaceFile.h?rev=372418&r1=372417&r2=372418&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TextAPI/MachO/InterfaceFile.h (original)
+++ llvm/trunk/include/llvm/TextAPI/MachO/InterfaceFile.h Fri Sep 20 11:21:31 2019
@@ -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);
More information about the llvm-commits
mailing list