From 3a09b6208d9ac9ef1563be63c56a56f1f45e4909 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 11 Feb 2013 13:06:09 -0800 Subject: Fix a typo in the mremap comment. --- misc/sys/mman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/sys/mman.h b/misc/sys/mman.h index 065fd49..70454a5 100644 --- a/misc/sys/mman.h +++ b/misc/sys/mman.h @@ -128,7 +128,7 @@ extern int mincore (void *__start, size_t __len, unsigned char *__vec) /* Remap pages mapped by the range [ADDR,ADDR+OLD_LEN) to new length NEW_LEN. If MREMAP_MAYMOVE is set in FLAGS the returned address may differ from ADDR. If MREMAP_FIXED is set in FLAGS the function - takes another paramter which is a fixed address at which the block + takes another parameter which is a fixed address at which the block resides after a successful call. */ extern void *mremap (void *__addr, size_t __old_len, size_t __new_len, int __flags, ...) __THROW; -- cgit v1.1