]> err.no Git - linux-2.6/blobdiff - mm/hugetlb.c
Pull fujitsu into release branch
[linux-2.6] / mm / hugetlb.c
index 034617f8cdb2391c99b6aa615854a1b63403e71b..8b809ecefa39e4b54f4bfbed8830009a9e260e96 100644 (file)
@@ -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)