]> granicus.if.org Git - llvm/commitdiff
Fix -Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 20 Sep 2019 18:21:31 +0000 (18:21 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 20 Sep 2019 18:21:31 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372418 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/TextAPI/MachO/InterfaceFile.h

index c85708f29b01127fcb88f42f6edc8d02fd850a22..8bb6b5ff0666533165c46d1115705aefb36a785c 100644 (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);