Index: mojo/system/message_in_transit.h |
diff --git a/mojo/system/message_in_transit.h b/mojo/system/message_in_transit.h |
index 318fbc0cf1c42272e1481784285553f687df2986..4e91c2ab3e74266dc84acbd0d7a41c0fc8acb5de 100644 |
--- a/mojo/system/message_in_transit.h |
+++ b/mojo/system/message_in_transit.h |
@@ -262,8 +262,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessageInTransit { |
uint32_t unused; |
}; |
- // The maximum possible size of a valid secondary buffer: for each handle, |
- // there'll be a handle table entry and its serialized data. |
+ // The maximum possible size of a valid secondary buffer. |
Tom Sepez
2014/04/08 00:18:22
nit: truly pedantic individuals would say "... in
|
static const size_t kMaxSecondaryBufferSize; |
// Validates the secondary buffer. Returns null on success, or a |