Index: base/memory/shared_memory.h |
diff --git a/base/memory/shared_memory.h b/base/memory/shared_memory.h |
index 7254950feb08012ccce1ae258cf3b98f2a4dd3a3..d76e01c6e57612024fe35dc7c430229d89cd5112 100644 |
--- a/base/memory/shared_memory.h |
+++ b/base/memory/shared_memory.h |
@@ -200,7 +200,8 @@ class BASE_EXPORT SharedMemory { |
SharedMemoryId id() const { return inode_; } |
#endif |
- // Closes the open shared memory segment. |
+ // Closes the open shared memory segment. The memory will remain mapped if |
+ // it was previously mapped. |
// It is safe to call Close repeatedly. |
void Close(); |