diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 18:15:51 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 18:15:51 +0000 |
commit | 1de4da68fce315162796962ffa5c4c2847671c4d (patch) | |
tree | 0a3b07335d2bfcf28c5dd7e1073df3679bae6dc5 /chrome/browser/cocoa/autocomplete_text_field.mm | |
parent | 8030f01f1f6e77e0ba72c591680a546da82f21f9 (diff) | |
download | chromium_src-1de4da68fce315162796962ffa5c4c2847671c4d.zip chromium_src-1de4da68fce315162796962ffa5c4c2847671c4d.tar.gz chromium_src-1de4da68fce315162796962ffa5c4c2847671c4d.tar.bz2 |
Comment changes from post-LGTM comments on 219031.
TBR=rohitrao@chromium.org
Review URL: http://codereview.chromium.org/246003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27220 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/autocomplete_text_field.mm')
-rw-r--r-- | chrome/browser/cocoa/autocomplete_text_field.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/autocomplete_text_field.mm b/chrome/browser/cocoa/autocomplete_text_field.mm index 25db457..99d9194 100644 --- a/chrome/browser/cocoa/autocomplete_text_field.mm +++ b/chrome/browser/cocoa/autocomplete_text_field.mm @@ -32,7 +32,7 @@ // Cocoa text fields are edited by placing an NSTextView as subview, // positioned by the cell's -editWithFrame:inView:... method. Using // the standard -makeFirstResponder: machinery to reposition the field -// editor results in reseting the field editor's editing state, which +// editor results in resetting the field editor's editing state, which // AutocompleteEditViewMac monitors. This causes problems because // editing can require the field editor to be repositioned, which // could disrupt editing. This code repositions the subview directly, |