| Index: mojo/system/data_pipe.h
|
| diff --git a/mojo/system/data_pipe.h b/mojo/system/data_pipe.h
|
| index 8d6fcaf901f993bb066aee9f8b5ee8df61669621..9abd81e3a08ed75db4d94d9f14f44bcd78229c07 100644
|
| --- a/mojo/system/data_pipe.h
|
| +++ b/mojo/system/data_pipe.h
|
| @@ -19,7 +19,7 @@ class Waiter;
|
| class WaiterList;
|
|
|
| // |DataPipe| is a base class for secondary objects implementing data pipes,
|
| -// similar to |MessagePipe| (see the explanatory comment in core_impl.cc). It is
|
| +// similar to |MessagePipe| (see the explanatory comment in core.cc). It is
|
| // typically owned by the dispatcher(s) corresponding to the local endpoints.
|
| // Its subclasses implement the three cases: local producer and consumer, local
|
| // producer and remote consumer, and remote producer and local consumer. This
|
|
|