Skip to content

Commit 32a32e6

Browse files
Fix typo introduced during the last 24h :-)
1 parent 74aed6e commit 32a32e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Mangle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class Mangler {
169169
/// Adds the char \p C into the mangled name.
170170
void append(char C);
171171

172-
/// Add the already mangled symbol \p Name as an indentifier. (using the
172+
/// Add the already mangled symbol \p Name as an identifier. (using the
173173
/// length prefix).
174174
void mangleIdentifierSymbol(StringRef Name);
175175

0 commit comments

Comments
 (0)