summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-05-30 05:06:46 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-05-30 05:06:46 +0000
commitd7b94d384052a9c949e8731a5d4d8f3186df6bb7 (patch)
treef6f75248445de30bb2c50d3ebf47cb75d0eced14 /clang/lib/Frontend
parent5c4f1a9b0248904bc95ad453051541bf27348ded (diff)
downloadbcm5719-llvm-d7b94d384052a9c949e8731a5d4d8f3186df6bb7.tar.gz
bcm5719-llvm-d7b94d384052a9c949e8731a5d4d8f3186df6bb7.zip
[trivial] fix a typo in comment, NFC
llvm-svn: 304188
Diffstat (limited to 'clang/lib/Frontend')
-rw-r--r--clang/lib/Frontend/SerializedDiagnosticPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp b/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
index 7f88c919e24..b5a5acd8ad9 100644
--- a/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
+++ b/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
@@ -506,7 +506,7 @@ void SDiagsWriter::EmitBlockInfoBlock() {
Abbrev->Add(BitCodeAbbrevOp(RECORD_FILENAME));
Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped file ID.
Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Size.
- Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Modifcation time.
+ Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Modification time.
Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size.
Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // File name text.
Abbrevs.set(RECORD_FILENAME, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG,
OpenPOWER on IntegriCloud