From b8aa9d19922b5e8f9c5ba359daff1c8a94464768 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Mon, 6 Dec 2010 21:08:26 +0000 Subject: Fix comment typo BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68377 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autocomplete/autocomplete_edit_view_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/autocomplete/autocomplete_edit_view_win.cc') 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. -- cgit v1.1