| Index: mojo/edk/system/shared_buffer_dispatcher.h
|
| diff --git a/mojo/edk/system/shared_buffer_dispatcher.h b/mojo/edk/system/shared_buffer_dispatcher.h
|
| index 6f748b9a8abac7db14891f8ae446a06ec14317bd..51195b5e5acfb93b5a6107a41176591a9ebabd99 100644
|
| --- a/mojo/edk/system/shared_buffer_dispatcher.h
|
| +++ b/mojo/edk/system/shared_buffer_dispatcher.h
|
| @@ -32,8 +32,8 @@ namespace system {
|
| // (which would entail overriding |GetHandleSignalsStateImplNoLock()|, etc.).
|
| class SharedBufferDispatcher final : public SimpleDispatcher {
|
| public:
|
| - // The default/standard rights for a shared buffer handle. Note that they're
|
| - // duplicatable by default.
|
| + // The default/standard rights for a shared buffer handle. Note that shared
|
| + // buffer handles are duplicatable by default.
|
| static constexpr MojoHandleRights kDefaultHandleRights =
|
| MOJO_HANDLE_RIGHT_DUPLICATE | MOJO_HANDLE_RIGHT_TRANSFER |
|
| MOJO_HANDLE_RIGHT_GET_OPTIONS | MOJO_HANDLE_RIGHT_SET_OPTIONS |
|
|
|