Skip to content

Commit 4e5b054

Browse files
artemcmtshortli
andauthored
Update lib/ClangImporter/ClangDiagnosticConsumer.h
Co-authored-by: Allan Shortlidge <[email protected]>
1 parent d840b88 commit 4e5b054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ClangDiagnosticConsumer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ClangDiagnosticConsumer : public clang::TextDiagnosticPrinter {
5656
// the module lookup errors have been emitted. While the ClangDiagnosticConsumer
5757
// takes care of filtering out the diagnostics from the output and from
5858
// being handled by Swift's DiagnosticEngine, we must ensure to also
59-
// reset Clang's DiagnosticEngine because its state is queries in later
59+
// reset Clang's DiagnosticEngine because its state is queried in later
6060
// stages of compilation and errors emitted on "module_not_found" should not
6161
// be counted.
6262
// FIXME: We must instead allow for module loading in Clang to fail without

0 commit comments

Comments
 (0)