summaryrefslogtreecommitdiffstats
path: root/base/cancelable_callback.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-18 13:07:00 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-18 13:07:00 +0000
commit33db3199a47b133f3e9c3d605fbc56fb2a43e340 (patch)
treed32dc9a12fd002064b9a4015ac1e68d6b84d84f9 /base/cancelable_callback.h
parent6ee9889dc156d2cdb20c0c412bc96741669c5881 (diff)
downloadchromium_src-33db3199a47b133f3e9c3d605fbc56fb2a43e340.zip
chromium_src-33db3199a47b133f3e9c3d605fbc56fb2a43e340.tar.gz
chromium_src-33db3199a47b133f3e9c3d605fbc56fb2a43e340.tar.bz2
Fix documentation/comments: cancellable -> cancelable.
I'd be in favour of the double-ell, but the class (and file) are named with a single ell. R=brettw@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/27762002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/cancelable_callback.h')
-rw-r--r--base/cancelable_callback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/cancelable_callback.h b/base/cancelable_callback.h
index 8ef0199..1f534c3 100644
--- a/base/cancelable_callback.h
+++ b/base/cancelable_callback.h
@@ -9,8 +9,8 @@
//
// NOTE:
//
-// Calling CancellableCallback::Cancel() brings the object back to its natural,
-// default-constructed state, i.e., CancellableCallback::callback() will return
+// Calling CancelableCallback::Cancel() brings the object back to its natural,
+// default-constructed state, i.e., CancelableCallback::callback() will return
// a null callback.
//
// THREAD-SAFETY: