diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2016-04-20 17:28:21 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2016-04-20 17:28:21 +0000 |
commit | 3e937c3a779d2eaf8a122b39dd22b26effc92c4c (patch) | |
tree | 59afcf09405c7610a4d0f1f6143471d1c4581fca | |
parent | e37bf586eb355e492469baf24d3a807fe9a4e1c4 (diff) |
Notes
-rw-r--r-- | sys/kern/subr_uio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_uio.c b/sys/kern/subr_uio.c index ec64b91f75c7..a2ce7fbbbe0b 100644 --- a/sys/kern/subr_uio.c +++ b/sys/kern/subr_uio.c @@ -500,8 +500,8 @@ copyout_unmap(struct thread *td, vm_offset_t addr, size_t sz) /* * XXXKIB The temporal implementation of fue*() functions which do not * handle usermode -1 properly, mixing it with the fault code. Keep - * this until MD code is written. Currently sparc64, mips and arm do - * not have proper implementation. + * this until MD code is written. Currently sparc64 and mips do not + * have proper implementation. */ int |