From b9d1ea651829e263e8633060ac4719124cf3d68a Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 20 Sep 2019 18:21:31 +0000 Subject: [PATCH] Fix -Wdocumentation warning. NFCI. llvm-svn: 372418 (cherry picked from commit 60a6f31dde488e28afab0dc39697e645d0653e2e) --- llvm/include/llvm/TextAPI/MachO/InterfaceFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h b/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h index eacd3a5381061..e047bcec6e7bb 100644 --- a/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h +++ b/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h @@ -285,7 +285,7 @@ class InterfaceFile { /// 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);