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 --- runtime/utf_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/utf_test.cc') diff --git a/runtime/utf_test.cc b/runtime/utf_test.cc index 5239e40540..c67879b427 100644 --- a/runtime/utf_test.cc +++ b/runtime/utf_test.cc @@ -353,7 +353,7 @@ TEST_F(UtfTest, ExhaustiveBidirectionalCodePointCheck) { if (codePoint <= 0xffff) { if (codePoint >= 0xd800 && codePoint <= 0xdfff) { // According to the Unicode standard, no character will ever - // be assigned to these code points, and they can not be encoded + // be assigned to these code points, and they cannot be encoded // into either utf-16 or utf-8. continue; } -- cgit v1.2.3-59-g8ed1b