Index: trunk/src/base/sys_info.h |
=================================================================== |
--- trunk/src/base/sys_info.h (revision 231623) |
+++ trunk/src/base/sys_info.h (working copy) |
@@ -75,8 +75,7 @@ |
static size_t VMAllocationGranularity(); |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
- // Returns the maximum SysV shared memory segment size, or zero if there is no |
- // limit. |
+ // Returns the maximum SysV shared memory segment size. |
static size_t MaxSharedMemorySize(); |
#endif // defined(OS_POSIX) && !defined(OS_MACOSX) |