| Index: mojo/public/go/system/core.go
|
| diff --git a/mojo/public/go/system/core.go b/mojo/public/go/system/core.go
|
| index 9e29cff783a9d3b7a4e883f8113f08821cf060c3..201fcad2d61e23f79e1072b1677449920d213f09 100644
|
| --- a/mojo/public/go/system/core.go
|
| +++ b/mojo/public/go/system/core.go
|
| @@ -13,7 +13,7 @@ import (
|
| var core coreImpl
|
|
|
| // Core is an interface giving access to the base operations.
|
| -// See |src/mojo/public/c/system/core.h| for the underlying api.
|
| +// See |mojo/public/c/system/*.h| for the underlying API.
|
| type Core interface {
|
| // AcquireNativeHandle acquires a handle from the native side. The handle
|
| // will be owned by the returned object and must not be closed outside of
|
|
|