| Index: chrome/browser/ime_input.cc
|
| diff --git a/chrome/browser/ime_input.cc b/chrome/browser/ime_input.cc
|
| index d592d8444c957b8fb1ec19b826991db6de911209..21b5229e9cc084a5697436baa049cd4cd3f5f0f9 100644
|
| --- a/chrome/browser/ime_input.cc
|
| +++ b/chrome/browser/ime_input.cc
|
| @@ -176,7 +176,7 @@ void ImeInput::GetCaret(HIMC imm_context, LPARAM lparam,
|
| // (It contains only one hangul character);
|
| // * Chinese IMEs: the caret is a blinking line,
|
| // (i.e. they do not need to retrieve the target selection);
|
| - // * Japanese IMEs: the caret is a selection (or undelined) block,
|
| + // * Japanese IMEs: the caret is a selection (or underlined) block,
|
| // (which can contain one or more Japanese characters).
|
| int target_start = -1;
|
| int target_end = -1;
|
|
|