From 88264c93904220fd9028796ed73618db537b54b2 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Thu, 1 Oct 2009 17:17:36 +0000 Subject: 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 --- chrome/browser/browser_process.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome') 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. -- cgit v1.1