diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/TextAPI/MachO/InterfaceFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h b/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h index c85708f29b0..8bb6b5ff066 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); |

