Fix comments

git-svn-id: https://cld2.googlecode.com/svn/trunk@92 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
dsites@google.com
2014-01-29 23:55:08 +00:00
parent 0e3abade24
commit d442becacf

View File

@@ -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;