diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 21:08:26 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 21:08:26 +0000 |
commit | b8aa9d19922b5e8f9c5ba359daff1c8a94464768 (patch) | |
tree | b6b9242b3149353f1875860a57055762a8691bb0 /chrome/browser/autocomplete/autocomplete_edit_view_win.cc | |
parent | 3878ac00b5cb2f22fe85b5ca66eb57ae399a5a81 (diff) | |
download | chromium_src-b8aa9d19922b5e8f9c5ba359daff1c8a94464768.zip chromium_src-b8aa9d19922b5e8f9c5ba359daff1c8a94464768.tar.gz chromium_src-b8aa9d19922b5e8f9c5ba359daff1c8a94464768.tar.bz2 |
Fix comment typo
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit_view_win.cc')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit_view_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc index fdf58a3..358eec6 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc +++ b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc @@ -2130,7 +2130,7 @@ LONG AutocompleteEditViewWin::ClipXCoordToVisibleText( if (end_position_x >= first_position_x) { right_bound = std::min(right_bound, end_position_x); // LTR case. } - // For trailing characters that are 2 pixels wide of less (like "l" in some + // For trailing characters that are 2 pixels wide or less (like "l" in some // fonts), we have a problem: // * Clicks on any pixel within the character will place the cursor before // the character. |