ioctl_userfaultfd.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-03-26 21:44:04 +02:00
parent a440cc336a
commit b38f1fa225
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ structure, defined as:
struct uffdio_range {
__u64 start; /* Start of range */
__u64 len; /* Length of rnage (bytes) */
__u64 len; /* Length of range (bytes) */
};
struct uffdio_register {