| Index: mojo/public/js/core.js
|
| diff --git a/mojo/public/js/core.js b/mojo/public/js/core.js
|
| index b89a9560ea349a1aeb860eb7ac12960791b269c8..079191276b5a006d46ad0739b49006af3e755044 100644
|
| --- a/mojo/public/js/core.js
|
| +++ b/mojo/public/js/core.js
|
| @@ -7,8 +7,8 @@
|
| // Note: This file is for documentation purposes only. The code here is not
|
| // actually executed. The real module is implemented natively in Mojo.
|
| //
|
| -// This module provides the JavaScript bindings for mojo/public/c/system/core.h.
|
| -// Refer to that file for more detailed documentation for equivalent methods.
|
| +// This module provides the JavaScript bindings for mojo/public/c/system/*.h.
|
| +// Refer to those files for more detailed documentation for equivalent methods.
|
|
|
| while (1);
|
|
|
|
|