summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 18:22:00 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 18:22:00 +0000
commit9f6c5299d7bc027e1b78fbcbda1362908d67cf10 (patch)
tree92528e0f0d58778a62d9955d69df75cc2d26ca2c
parent970ef94c857b7ed4eab07e6472fc5ec1e5e807e7 (diff)
downloadchromium_src-9f6c5299d7bc027e1b78fbcbda1362908d67cf10.zip
chromium_src-9f6c5299d7bc027e1b78fbcbda1362908d67cf10.tar.gz
chromium_src-9f6c5299d7bc027e1b78fbcbda1362908d67cf10.tar.bz2
Improve comment.
Review URL: http://codereview.chromium.org/6882042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82127 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/callback.h b/base/callback.h
index 3f2f4e9..dafbc0c 100644
--- a/base/callback.h
+++ b/base/callback.h
@@ -189,7 +189,7 @@
//
// These are not features that are required in Chromium. Some of them, such as
// allowing for reference parameters, and subtyping of functions, may actually
-// because a source of errors. Removing support for these features actually
+// become a source of errors. Removing support for these features actually
// allows for a simpler implementation, and a terser Currying API.
//
//