summaryrefslogtreecommitdiffstats
path: root/mojo/system/handle_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/system/handle_table.cc')
-rw-r--r--mojo/system/handle_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/system/handle_table.cc b/mojo/system/handle_table.cc
index 798b610..b863e81 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) {