| 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;
|
|
|
|
|