mm/slub: unify all sl[au]b parameters with "slab_$param"
[linux-2.6-block.git] / mm / slab_common.c
index 238293b1dbe14b7603a1808eb29a00e65402407b..230ef7cc3467de0c7449965a489bc38913199d55 100644 (file)
@@ -282,7 +282,7 @@ kmem_cache_create_usercopy(const char *name,
 
 #ifdef CONFIG_SLUB_DEBUG
        /*
-        * If no slub_debug was enabled globally, the static key is not yet
+        * If no slab_debug was enabled globally, the static key is not yet
         * enabled by setup_slub_debug(). Enable it if the cache is being
         * created with any of the debugging flags passed explicitly.
         * It's also possible that this is the first cache created with
@@ -766,7 +766,7 @@ EXPORT_SYMBOL(kmalloc_size_roundup);
 }
 
 /*
- * kmalloc_info[] is to make slub_debug=,kmalloc-xx option work at boot time.
+ * kmalloc_info[] is to make slab_debug=,kmalloc-xx option work at boot time.
  * kmalloc_index() supports up to 2^21=2MB, so the final entry of the table is
  * kmalloc-2M.
  */