summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-02 20:16:29 +0000
committerpfg <pfg@FreeBSD.org>2016-05-02 20:16:29 +0000
commit8327dbfe4d5dbe83615076008f31eb5e01d4c01a (patch)
tree3a85b6c0bdd8e0e331529fb8c33efe7a62260f9c /sys/vm/vm_map.c
parent1940241a72554ef4377b60550cd0adfada3b3165 (diff)
downloadFreeBSD-src-8327dbfe4d5dbe83615076008f31eb5e01d4c01a.zip
FreeBSD-src-8327dbfe4d5dbe83615076008f31eb5e01d4c01a.tar.gz
sys/vm: minor spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r--sys/vm/vm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index a536ebb..18404f8 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -3519,7 +3519,7 @@ vm_map_stack_locked(vm_map_t map, vm_offset_t addrbos, vm_size_t max_ssize,
return (KERN_NO_SPACE);
/*
- * If we can't accomodate max_ssize in the current mapping, no go.
+ * If we can't accommodate max_ssize in the current mapping, no go.
* However, we need to be aware that subsequent user mappings might
* map into the space we have reserved for stack, and currently this
* space is not protected.
OpenPOWER on IntegriCloud