Skip to content

Commit 95587fb

Browse files
committed
Demangler: fix compiler warning
1 parent 345e988 commit 95587fb

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)