mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-08 01:36:52 +08:00
typo fix
This commit is contained in:
parent
41d3bf06b0
commit
9c57dc884e
@ -266,7 +266,7 @@ public:
|
||||
typename = typename std::enable_if<A == access_mode::read_write>::type
|
||||
> void sync(std::error_code& error) { impl_.sync(error); }
|
||||
|
||||
/** All operators compare two mapped area's according to CharTraits::compare. */
|
||||
/** All operators compare two mapped areas according to CharTraits::compare. */
|
||||
|
||||
friend bool operator==(const basic_mmap& a, const basic_mmap& b)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user