diff options
Diffstat (limited to 'lib/libc/sys/madvise.2')
-rw-r--r-- | lib/libc/sys/madvise.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2 index 8b6ed9dc768c..6e6397d8971d 100644 --- a/lib/libc/sys/madvise.2 +++ b/lib/libc/sys/madvise.2 @@ -121,7 +121,7 @@ For more information see the MAP_NOSYNC section of .It Dv MADV_AUTOSYNC Undoes the effects of MADV_NOSYNC for any future pages dirtied within the address range. The effect on pages already dirtied is indeterminate - they -may or may not be reverted. You can guarentee reversion by using the +may or may not be reverted. You can guarantee reversion by using the .Xr msync 2 or .Xr fsync 2 |