| Index: third_party/mojo/src/mojo/public/cpp/bindings/callback.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/callback.h b/third_party/mojo/src/mojo/public/cpp/bindings/callback.h
|
| index c2ed95572475d3826637e33486d468cff2afb325..17d1caf24a18efcb54b9602fd7b34fdbcd09698c 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/callback.h
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/callback.h
|
| @@ -38,7 +38,7 @@ class Callback<void(Args...)> {
|
|
|
| // As above, but can take an object that isn't derived from Runnable, so long
|
| // as it has a compatible operator() or Run() method. operator() will be
|
| - // prefered if the type has both.
|
| + // preferred if the type has both.
|
| template <typename Sink>
|
| Callback(const Sink& sink) {
|
| using sink_type = typename internal::Conditional<
|
|
|