Skip to content

Commit 0d02658

Browse files
committed
Merge pull request #816 from practicalswift/typo-fixes-20151230
Fix typo introduced during the last 24h :-)
2 parents 74aed6e + 32a32e6 commit 0d02658

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)