From d442becacfabc375b92d42f4fb182c5788d7a189 Mon Sep 17 00:00:00 2001 From: "dsites@google.com" Date: Wed, 29 Jan 2014 23:55:08 +0000 Subject: [PATCH] Fix comments git-svn-id: https://cld2.googlecode.com/svn/trunk@92 b252ecd4-b096-bf77-eb8e-91563289f87e --- internal/compact_lang_det_hint_code.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/compact_lang_det_hint_code.cc b/internal/compact_lang_det_hint_code.cc index 32cb0c3..32fb8bf 100644 --- a/internal/compact_lang_det_hint_code.cc +++ b/internal/compact_lang_det_hint_code.cc @@ -1351,7 +1351,7 @@ bool FindAfter(const char* utf8_body, // pos is just after an opening quote/apostrophe and max_pos is the ending one // String must all be on a single line. // Return slightly-normalized language list, empty or ending in comma -// Does lowercasing and removes excess puncturaiton/space +// Does lowercasing and removes excess punctuation/space string CopyOneQuotedString(const char* utf8_body, int32 pos, int32 max_pos) { string s;