summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 17:17:36 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 17:17:36 +0000
commit88264c93904220fd9028796ed73618db537b54b2 (patch)
tree71985f51e73d4216992654c0ba72e6ada98ea258 /chrome
parent7bebefba2b8681e4b13cdf21ea390407ed7a048e (diff)
downloadchromium_src-88264c93904220fd9028796ed73618db537b54b2.zip
chromium_src-88264c93904220fd9028796ed73618db537b54b2.tar.gz
chromium_src-88264c93904220fd9028796ed73618db537b54b2.tar.bz2
Fix a typo in a comment.
BUG=none TEST=none Review URL: http://codereview.chromium.org/244053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser_process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 7c1c5b3..6d96e3a 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -1,8 +1,8 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This interfaces is for managing the global services of the application. Each
+// This interface is for managing the global services of the application. Each
// service is lazily created when requested the first time. The service getters
// will return NULL if the service is not available, so callers must check for
// this condition.