We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00733b2 + b9d1ea6 commit b14d553Copy full SHA for b14d553
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