diff options
author | 2016-01-19 15:59:16 +0000 | |
---|---|---|
committer | 2016-01-19 15:59:16 +0000 | |
commit | 91d65e024846717fce3572106cffe9b957b8902c (patch) | |
tree | 22ea1a91afdd552a31bb2365a9eae034ae0a1c9b /compiler/elf_writer_debug.cc | |
parent | 1bcbcf8e848d18b19d248c3d15f77c888f2b5f04 (diff) |
Fix various typos in ART's comments and string literals.
Change-Id: I85d628055b1a61647a77fef730c9631c234e22a2
Diffstat (limited to 'compiler/elf_writer_debug.cc')
-rw-r--r-- | compiler/elf_writer_debug.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elf_writer_debug.cc b/compiler/elf_writer_debug.cc index 3e64762096..e03614f090 100644 --- a/compiler/elf_writer_debug.cc +++ b/compiler/elf_writer_debug.cc @@ -212,7 +212,7 @@ static void WriteCIE(InstructionSet isa, case kNone: break; } - LOG(FATAL) << "Can not write CIE frame for ISA " << isa; + LOG(FATAL) << "Cannot write CIE frame for ISA " << isa; UNREACHABLE(); } |