summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 22:13:04 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 22:13:04 +0000
commit7f85f79ccef5a83bf3f01e7d3b70260c5d007e96 (patch)
tree3988500759061baa0bdff829a3d4109ba39f3603 /sys/amd64/linux32
parent826c10b2f366c8c6ecf0ceec0d97d59d642e87fc (diff)
downloadFreeBSD-src-7f85f79ccef5a83bf3f01e7d3b70260c5d007e96.zip
FreeBSD-src-7f85f79ccef5a83bf3f01e7d3b70260c5d007e96.tar.gz
sys/amd64: Small spelling fixes.
No functional change.
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r--sys/amd64/linux32/linux32_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c
index 8f4e350..25f023c 100644
--- a/sys/amd64/linux32/linux32_machdep.c
+++ b/sys/amd64/linux32/linux32_machdep.c
@@ -576,7 +576,7 @@ linux_mmap_common(struct thread *td, l_uintptr_t addr, l_size_t len, l_int prot,
/*
* The Linux MAP_GROWSDOWN option does not limit auto
* growth of the region. Linux mmap with this option
- * takes as addr the inital BOS, and as len, the initial
+ * takes as addr the initial BOS, and as len, the initial
* region size. It can then grow down from addr without
* limit. However, Linux threads has an implicit internal
* limit to stack size of STACK_SIZE. Its just not
OpenPOWER on IntegriCloud