Skip to content

Commit b14d553

Browse files
authored
Merge pull request #213 from JDevlieghere/cherrypick/r372418
Fix -Wdocumentation warning. NFCI.
2 parents 00733b2 + b9d1ea6 commit b14d553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)