Commit c7f8903c authored by Tom Jackson's avatar Tom Jackson Committed by Anton Likhtarov

Minor edit to comment

Summary: I was confused by it, thought rephrasing might help.

Test Plan: Read

Reviewed By: tudorb@fb.com

Subscribers: folly@lists

FB internal diff: D1315612
parent cf214a5b
......@@ -70,8 +70,8 @@ class MemoryMapping : boost::noncopyable {
// If shared (default), the memory mapping is shared with other processes
// mapping the same file (or children); if not shared (private), each
// process has its own mapping; if the mapping is writable, the changes
// are not reflected to the underlying file. See the discussion of
// process has its own mapping. Changes in writable, private mappings are
// not reflected to the underlying file. See the discussion of
// MAP_PRIVATE vs MAP_SHARED in the mmap(2) manual page.
bool shared = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment