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)
llvm-svn: 372418

llvm/include/llvm/TextAPI/MachO/InterfaceFile.h

index c85708f..8bb6b5f 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);