From 91d65e024846717fce3572106cffe9b957b8902c Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 19 Jan 2016 15:59:16 +0000 Subject: Fix various typos in ART's comments and string literals. Change-Id: I85d628055b1a61647a77fef730c9631c234e22a2 --- compiler/elf_writer_debug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/elf_writer_debug.cc') 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(); } -- cgit v1.2.3-59-g8ed1b