diff --git a/std/os.zig b/std/os.zig index cc440250318a3e3e76f82e04bec275eafb39e2ec..46f73bc7ceced94a82fdb6764b78e3b5aec21855 100644 --- a/std/os.zig +++ b/std/os.zig @@ -1946,7 +1946,6 @@ pub const MMapError = error{ /// Map files or devices into memory. /// Use of a mapped region can result in these signals: -/// `length` must be page-aligned. /// * SIGSEGV - Attempted write into a region mapped as read-only. /// * SIGBUS - Attempted access to a portion of the buffer that does not correspond to the file pub fn mmap(