| Index: mojo/public/system/core.h
|
| diff --git a/mojo/public/system/core.h b/mojo/public/system/core.h
|
| index 2ecba5be012a0f2b4863b018f6b3d20f0a7f9075..f22ec385d39b65aace03370f7e6cadcc8f217421 100644
|
| --- a/mojo/public/system/core.h
|
| +++ b/mojo/public/system/core.h
|
| @@ -239,7 +239,7 @@ MOJO_COMPILE_ASSERT(sizeof(MojoCreateDataPipeOptions) == 16,
|
| // |MojoWriteDataFlags|: Used to specify different modes to |MojoWriteData()|
|
| // and |MojoBeginWriteData()|.
|
| // |MOJO_WRITE_DATA_FLAG_NONE| - No flags; default mode.
|
| -// |MOJO_WRITE_DATA_FLAG_ALL_OR_NOTHING| - Write either all the elements
|
| +// |MOJO_WRITE_DATA_FLAG_ALL_OR_NONE| - Write either all the elements
|
| // requested or none of them.
|
|
|
| typedef uint32_t MojoWriteDataFlags;
|
|
|