Skip to content

Commit 779db99

Browse files
authored
Merge pull request #22761 from eeckstein/fix-compiler-warning
2 parents 5601a98 + 95587fb commit 779db99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Demangling/Demangle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class Context {
381381

382382
/// Demangle the given symbol and return the module name of the symbol.
383383
///
384-
/// \param MangledName The mangled symbol string, which start a mangling
384+
/// \param mangledName The mangled symbol string, which start a mangling
385385
/// prefix: _T, _T0, $S, _$S.
386386
///
387387
/// \returns The module name.

0 commit comments

Comments
 (0)