Skip to content

Commit 97d7283

Browse files
committed
[TextAPI] Fix -Wdocumentation error, NFC
1 parent e1ddc33 commit 97d7283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/TextAPI/Symbol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ struct SimpleSymbol {
188188

189189
/// Get symbol classification by parsing the name of a symbol.
190190
///
191-
/// \param Name The name of symbol.
191+
/// \param SymName The name of symbol.
192192
SimpleSymbol parseSymbol(StringRef SymName);
193193

194194
} // end namespace MachO.

0 commit comments

Comments
 (0)