ioctl_userfaultfd.2: wfix

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

View File

@ -310,7 +310,7 @@ structure pointed to by
.nf
struct uffdio_copy {
__u64 dst; /* Source of copy */
__u64 src; /* Destinate of copy */
__u64 src; /* Destination of copy */
__u64 len; /* Number of bytes to copy */
__u64 mode; /* Flags controlling behavior of copy */
__s64 copy; /* Number of bytes copied, or negated error */