| Index: mojo/public/cpp/system/handle.h
|
| diff --git a/mojo/public/cpp/system/handle.h b/mojo/public/cpp/system/handle.h
|
| index 8958008d95a469419a6133573e0f08eefd1244c6..7b88c1e685368a92c40438b40838034c6dc626c8 100644
|
| --- a/mojo/public/cpp/system/handle.h
|
| +++ b/mojo/public/cpp/system/handle.h
|
| @@ -47,8 +47,8 @@ namespace mojo {
|
| //
|
| // Wrapper functions:
|
| //
|
| -// We provide simple wrappers for the |Mojo...()| functions (in
|
| -// mojo/public/c/system/core.h -- see that file for details on individual
|
| +// We provide simple wrappers for the |Mojo...()| functions (declared in various
|
| +// mojo/public/c/system/*.h -- see those file for details on individual
|
| // functions).
|
| //
|
| // The general guideline is functions that imply ownership transfer of a handle
|
|
|