summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 16:25:38 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 16:25:38 +0000
commit5a41c4c0b8cdb997062b8bf197e2d0cf65bd508c (patch)
tree2c7b4cc2f9600c547b82c2a78f33d0bbc66647f9 /chrome/browser
parenteabd366c82d6779e94a921688353c4c0c963fe3d (diff)
downloadchromium_src-5a41c4c0b8cdb997062b8bf197e2d0cf65bd508c.zip
chromium_src-5a41c4c0b8cdb997062b8bf197e2d0cf65bd508c.tar.gz
chromium_src-5a41c4c0b8cdb997062b8bf197e2d0cf65bd508c.tar.bz2
Fix typo in comment.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3582005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/tab_contents/tab_contents_view_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
index c4af811..9085525 100644
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
@@ -234,7 +234,7 @@ void TabContentsViewMac::GotFocus() {
// all subclasses. http://crbug.com/21875
}
-// This is called when we the renderer asks us to take focus back (i.e., it has
+// This is called when the renderer asks us to take focus back (i.e., it has
// iterated past the last focusable element on the page).
void TabContentsViewMac::TakeFocus(bool reverse) {
if (reverse) {