diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-02 20:16:29 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-02 20:16:29 +0000 |
commit | 8327dbfe4d5dbe83615076008f31eb5e01d4c01a (patch) | |
tree | 3a85b6c0bdd8e0e331529fb8c33efe7a62260f9c /sys/vm/vm_map.c | |
parent | 1940241a72554ef4377b60550cd0adfada3b3165 (diff) | |
download | FreeBSD-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.c | 2 |
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. |