Skip to content

Commit 7886042

Browse files
committed
spelling: synthesized
Signed-off-by: Josh Soref <[email protected]>
1 parent b803334 commit 7886042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/Utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ ClangNode swift::ide::extensionGetClangNode(const ExtensionDecl *ext) {
11431143
// If it has a Clang node (directly),
11441144
if (ext->hasClangNode()) return ext->getClangNode();
11451145

1146-
// Check whether it was syntheszed into a module-scope context.
1146+
// Check whether it was synthesized into a module-scope context.
11471147
if (!isa<ClangModuleUnit>(ext->getModuleScopeContext()))
11481148
return ClangNode();
11491149

0 commit comments

Comments
 (0)