Index: mojo/system/handle_table.cc |
diff --git a/mojo/system/handle_table.cc b/mojo/system/handle_table.cc |
index 798b6103d202247944409e988f62445e3cc9d731..b863e814988b32f67541df90b6fc451b4fbcdb6b 100644 |
--- a/mojo/system/handle_table.cc |
+++ b/mojo/system/handle_table.cc |
@@ -31,7 +31,7 @@ HandleTable::HandleTable() |
HandleTable::~HandleTable() { |
// This should usually not be reached (the only instance should be owned by |
- // the singleton |CoreImpl|, which lives forever), except in tests. |
+ // the singleton |Core|, which lives forever), except in tests. |
} |
Dispatcher* HandleTable::GetDispatcher(MojoHandle handle) { |