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 983ea09 commit 9891d16Copy full SHA for 9891d16
lib/ClangImporter/ClangDiagnosticConsumer.h
@@ -56,7 +56,7 @@ class ClangDiagnosticConsumer : public clang::TextDiagnosticPrinter {
56
// the module lookup errors have been emitted. While the ClangDiagnosticConsumer
57
// takes care of filtering out the diagnostics from the output and from
58
// being handled by Swift's DiagnosticEngine, we must ensure to also
59
- // reset Clang's DiagnosticEngine because its state is queries in later
+ // reset Clang's DiagnosticEngine because its state is queried in later
60
// stages of compilation and errors emitted on "module_not_found" should not
61
// be counted.
62
// FIXME: We must instead allow for module loading in Clang to fail without
0 commit comments