Skip to content

Commit 82cacf7

Browse files
[gardening] Fix recently introduced typo: "is" → "it"
1 parent 72c57c0 commit 82cacf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/SwiftLookupTable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ void SwiftLookupTable::addEntry(DeclName name, SingleEntry newEntry,
291291
// Translate the context.
292292
auto contextOpt = translateContext(effectiveContext);
293293
if (!contextOpt) {
294-
// If is is a declaration with a swift_name attribute, we might be
294+
// If it is a declaration with a swift_name attribute, we might be
295295
// able to resolve this later.
296296
if (auto decl = newEntry.dyn_cast<clang::NamedDecl *>()) {
297297
if (decl->hasAttr<clang::SwiftNameAttr>()) {

0 commit comments

Comments
 (0)