Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3141)

Unified Diff: base/callback.h.pump

Issue 362343007: Fix a typo in a comment for Closure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also fix base/callback.h.pump Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/callback.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/callback.h.pump
diff --git a/base/callback.h.pump b/base/callback.h.pump
index 26318e466a32ae01eecf62735618ffa3bd59c543..686196dae6a619d6748ffeecb514eace046711aa 100644
--- a/base/callback.h.pump
+++ b/base/callback.h.pump
@@ -427,7 +427,7 @@ $for ARG , [[typename internal::CallbackParamTraits<A$(ARG)>::ForwardType]]);
]] $$ for ARITY
-// Syntactic sugar to make Callbacks<void(void)> easier to declare since it
+// Syntactic sugar to make Callback<void(void)> easier to declare since it
// will be used in a lot of APIs with delayed execution.
typedef Callback<void(void)> Closure;
« no previous file with comments | « base/callback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698