| Index: mojo/system/mapping_table.cc
|
| diff --git a/mojo/system/mapping_table.cc b/mojo/system/mapping_table.cc
|
| index 39b79bcdaf5d1043d4cd3a07e3624ca9a781eefc..a6e5bb39cb81a9a2357f16547ebc6c6681bebf01 100644
|
| --- a/mojo/system/mapping_table.cc
|
| +++ b/mojo/system/mapping_table.cc
|
| @@ -16,7 +16,7 @@ MappingTable::MappingTable() {
|
|
|
| MappingTable::~MappingTable() {
|
| // 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.
|
| }
|
|
|
| MojoResult MappingTable::AddMapping(
|
|
|