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 612ab10 commit d763dfaCopy full SHA for d763dfa
clang/lib/Frontend/TextDiagnostic.cpp
@@ -677,7 +677,7 @@ void TextDiagnostic::emitDiagnosticMessage(
677
Message, OS.getColumn() - StartOfLocationInfo,
678
DiagOpts.MessageLength, DiagOpts.ShowColors);
679
// We use a formatted ostream, which does its own buffering. Flush here
680
- // so we keek the proper order of output.
+ // so we keep the proper order of output.
681
OS.flush();
682
}
683
0 commit comments