]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/madvise.2
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / man / man2 / madvise.2
index a4b4d415d2039f96996c6409fb1ce85072cfe117..9f89c32ba98b91e40fbe07d32abda73a15703dbd 100644 (file)
@@ -126,7 +126,7 @@ This is used with
 system call.
 .It Dv MADV_ZERO_WIRED_PAGES
 Indicates that the application would like the wired pages in this address
-range to be zeroed out if the address range is dellocated without first
+range to be zeroed out if the address range is deallocated without first
 unwiring the pages (i.e. a munmap(2) without a preceding munlock(2) or the application
 quits).
 This is used with