We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e065e5f commit 60a6f31Copy full SHA for 60a6f31
llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
@@ -285,7 +285,7 @@ class InterfaceFile {
285
/// that is being generated needs to match one of the allowable clients or the
286
/// linker refuses to link this library.
287
///
288
- /// \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.
289
/// \param Target The target triple for which this applies.
290
void addAllowableClient(StringRef InstallName, const Target &Target);
291
0 commit comments