We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba12f51 commit 9ab7a45Copy full SHA for 9ab7a45
lib/ClangImporter/SwiftLookupTable.h
@@ -50,7 +50,7 @@ namespace swift {
50
struct SerializedSwiftName {
51
/// The kind of the name if it is a special name
52
DeclBaseName::Kind Kind;
53
- /// The name of the idenifier if it is not a special name
+ /// The name of the identifier if it is not a special name
54
StringRef Name;
55
56
SerializedSwiftName() : Kind(DeclBaseName::Kind::Normal), Name(StringRef()) {}
0 commit comments