Skip to content

Commit 49cdab2

Browse files
committed
Fix typo
1 parent 561682b commit 49cdab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ class SourceFile final : public FileUnit {
991991
void addImports(ArrayRef<ImportedModuleDesc> IM);
992992

993993
enum ImportQueryKind {
994-
/// Return the resuls for testable or private imports.
994+
/// Return the results for testable or private imports.
995995
TestableAndPrivate,
996996
/// Return the results only for testable imports.
997997
TestableOnly,

0 commit comments

Comments
 (0)