Skip to content

Commit b4be924

Browse files
[gardening] Fix recently introduced typo: "contet" → "context"
1 parent fc1735c commit b4be924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ImporterImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ class LLVM_LIBRARY_VISIBILITY ClangImporter::Implementation
821821
///
822822
/// When the context into which the declaration will be imported
823823
/// matches a Clang declaration context (the common case), the
824-
/// result will be expressed as a declaration contet. Otherwise,
824+
/// result will be expressed as a declaration context. Otherwise,
825825
/// if the Clang type is not itself a declaration context (for
826826
/// example, a typedef that comes into Swift as a strong type),
827827
/// the type declaration will be provided.

0 commit comments

Comments
 (0)