Index: mojo/public/cpp/system/watcher.cc |
diff --git a/mojo/public/cpp/system/watcher.cc b/mojo/public/cpp/system/watcher.cc |
index 10cf63412626cb245f77415f8a3cd4f556e443af..d9319fb5bda1fc368378a77e15de03b941783a9e 100644 |
--- a/mojo/public/cpp/system/watcher.cc |
+++ b/mojo/public/cpp/system/watcher.cc |
@@ -130,7 +130,7 @@ void Watcher::CallOnHandleReady(uintptr_t context, |
// NOTE: It is safe to assume the Watcher still exists because this callback |
// will never be run after the Watcher's destructor. |
// |
- // TODO: Maybe we should also expose |signals_state| throught he Watcher API. |
+ // TODO: Maybe we should also expose |signals_state| through the Watcher API. |
// Current HandleWatcher users have no need for it, so it's omitted here. |
Watcher* watcher = reinterpret_cast<Watcher*>(context); |
if ((flags & MOJO_WATCH_NOTIFICATION_FLAG_FROM_SYSTEM) && |