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 b803334 commit 7886042Copy full SHA for 7886042
lib/IDE/Utils.cpp
@@ -1143,7 +1143,7 @@ ClangNode swift::ide::extensionGetClangNode(const ExtensionDecl *ext) {
1143
// If it has a Clang node (directly),
1144
if (ext->hasClangNode()) return ext->getClangNode();
1145
1146
- // Check whether it was syntheszed into a module-scope context.
+ // Check whether it was synthesized into a module-scope context.
1147
if (!isa<ClangModuleUnit>(ext->getModuleScopeContext()))
1148
return ClangNode();
1149
0 commit comments