From 60a6f31dde488e28afab0dc39697e645d0653e2e 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 --- 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 c85708f..8bb6b5f 100644 --- a/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h +++ b/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h @@ -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); -- 2.7.4