Skip to content

Commit 9ab7a45

Browse files
author
Kosuke Ogawa
committed
[Gardening] Fix typo: idenifier -> identifier
1 parent ba12f51 commit 9ab7a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/SwiftLookupTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace swift {
5050
struct SerializedSwiftName {
5151
/// The kind of the name if it is a special name
5252
DeclBaseName::Kind Kind;
53-
/// The name of the idenifier if it is not a special name
53+
/// The name of the identifier if it is not a special name
5454
StringRef Name;
5555

5656
SerializedSwiftName() : Kind(DeclBaseName::Kind::Normal), Name(StringRef()) {}

0 commit comments

Comments
 (0)