Skip to content

Commit 60a6f31

Browse files
committed
Fix -Wdocumentation warning. NFCI.
llvm-svn: 372418
1 parent e065e5f commit 60a6f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class InterfaceFile {
285285
/// that is being generated needs to match one of the allowable clients or the
286286
/// linker refuses to link this library.
287287
///
288-
/// \param Name The name of the client that is allowed to link this library.
288+
/// \param InstallName The name of the client that is allowed to link this library.
289289
/// \param Target The target triple for which this applies.
290290
void addAllowableClient(StringRef InstallName, const Target &Target);
291291

0 commit comments

Comments
 (0)