Index: base/sys_info.h |
diff --git a/base/sys_info.h b/base/sys_info.h |
index ba45bfcd345763b83ac6fd83aa7eb5152d7d1ea2..aa40cadfbc93791dc57b9513554bea33d4b05c3b 100644 |
--- a/base/sys_info.h |
+++ b/base/sys_info.h |
@@ -75,7 +75,8 @@ class BASE_EXPORT SysInfo { |
static size_t VMAllocationGranularity(); |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
- // Returns the maximum SysV shared memory segment size. |
+ // Returns the maximum SysV shared memory segment size, or zero if there is no |
+ // limit. |
static size_t MaxSharedMemorySize(); |
#endif // defined(OS_POSIX) && !defined(OS_MACOSX) |