Index: mojo/system/waiter_list.h |
diff --git a/mojo/system/waiter_list.h b/mojo/system/waiter_list.h |
index 1d35b94af9c2af9588b67a3089e3c7e3cc9724b7..f6a69ed7c57a26062afb1b650d55282cd4410c4a 100644 |
--- a/mojo/system/waiter_list.h |
+++ b/mojo/system/waiter_list.h |
@@ -20,8 +20,8 @@ class Waiter; |
// handle/|Dispatcher|. There should be a |WaiterList| for each handle that can |
// be waited on (in any way). In the simple case, the |WaiterList| is owned by |
// the |Dispatcher|, whereas in more complex cases it is owned by the secondary |
-// object (see simple_dispatcher.* and the explanatory comment in core_impl.cc). |
-// This class is thread-unsafe (all concurrent access must be protected by some |
+// object (see simple_dispatcher.* and the explanatory comment in core.cc). This |
+// class is thread-unsafe (all concurrent access must be protected by some |
// lock). |
class MOJO_SYSTEM_IMPL_EXPORT WaiterList { |
public: |