aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_uio.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
commite3043798aa79660648a80166c1b48461668c4887 (patch)
treec122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/subr_uio.c
parenta061fea6eeb689ab01affff1350cc47beb4a0ce5 (diff)
downloadsrc-e3043798aa79660648a80166c1b48461668c4887.tar.gz
src-e3043798aa79660648a80166c1b48461668c4887.zip
sys/kern: spelling fixes in comments.
No functional change.
Notes
Notes: svn path=/head/; revision=298819
Diffstat (limited to 'sys/kern/subr_uio.c')
-rw-r--r--sys/kern/subr_uio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_uio.c b/sys/kern/subr_uio.c
index a2ce7fbbbe0b..b2297f3dd9bb 100644
--- a/sys/kern/subr_uio.c
+++ b/sys/kern/subr_uio.c
@@ -466,7 +466,7 @@ copyout_map(struct thread *td, vm_offset_t *addr, size_t sz)
*addr = round_page((vm_offset_t)vms->vm_daddr +
lim_max(td, RLIMIT_DATA));
- /* round size up to page boundry */
+ /* round size up to page boundary */
size = (vm_size_t)round_page(sz);
error = vm_mmap(&vms->vm_map, addr, size, VM_PROT_READ | VM_PROT_WRITE,