slub: Fix incorrect use of loose
authorNick Andrew <nick@nick-andrew.net>
Fri, 5 Dec 2008 03:08:08 +0000 (14:08 +1100)
committerPekka Enberg <penberg@cs.helsinki.fi>
Mon, 8 Dec 2008 08:41:10 +0000 (10:41 +0200)
It should be 'lose', not 'loose'.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
mm/slub.c

index b6968899cb5852a0a9d8a8dc103deae678d596f6..5c8dbe3ae509a6b8defc9a4d157355ab4363aabd 100644 (file)
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -696,7 +696,7 @@ static int check_object(struct kmem_cache *s, struct page *page,
        if (!check_valid_pointer(s, page, get_freepointer(s, p))) {
                object_err(s, page, p, "Freepointer corrupt");
                /*
-                * No choice but to zap it and thus loose the remainder
+                * No choice but to zap it and thus lose the remainder
                 * of the free objects in this slab. May cause
                 * another error because the object count is now wrong.
                 */
@@ -4344,7 +4344,7 @@ static void sysfs_slab_remove(struct kmem_cache *s)
 
 /*
  * Need to buffer aliases during bootup until sysfs becomes
- * available lest we loose that information.
+ * available lest we lose that information.
  */
 struct saved_alias {
        struct kmem_cache *s;