summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
diff options
context:
space:
mode:
authorSimon Arlott <simon@fire.lp0.eux>2007-10-20 01:27:18 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:27:18 +0200
commit183ff22bb6bd8188c904ebfb479656ae52230b72 (patch)
tree425207fc9cdca03df64ee8241ba764c75db4d8d1 /mm/hugetlb.c
parent676b1855de0a18100b3c340084eb8ef72bde4fb1 (diff)
downloadlinux-3.10-183ff22bb6bd8188c904ebfb479656ae52230b72.tar.gz
linux-3.10-183ff22bb6bd8188c904ebfb479656ae52230b72.tar.bz2
linux-3.10-183ff22bb6bd8188c904ebfb479656ae52230b72.zip
spelling fixes: mm/
Spelling fixes in mm/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'mm/hugetlb.c')
-rw-r--r--mm/hugetlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 034617f8cdb..8b809ecefa3 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -1017,7 +1017,7 @@ static long region_chg(struct list_head *head, long f, long t)
/* If we are below the current region then a new region is required.
* Subtle, allocate a new region at the position but make it zero
- * size such that we can guarentee to record the reservation. */
+ * size such that we can guarantee to record the reservation. */
if (&rg->link == head || t < rg->from) {
nrg = kmalloc(sizeof(*nrg), GFP_KERNEL);
if (!nrg)