Skip to content

Commit d763dfa

Browse files
committed
typo
1 parent 612ab10 commit d763dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Frontend/TextDiagnostic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ void TextDiagnostic::emitDiagnosticMessage(
677677
Message, OS.getColumn() - StartOfLocationInfo,
678678
DiagOpts.MessageLength, DiagOpts.ShowColors);
679679
// We use a formatted ostream, which does its own buffering. Flush here
680-
// so we keek the proper order of output.
680+
// so we keep the proper order of output.
681681
OS.flush();
682682
}
683683

0 commit comments

Comments
 (0)