]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - mm/kmemleak.c
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
[net-next-2.6.git] / mm / kmemleak.c
index 002adc3cf3a18c230bf6cbffdcc2d7b0811e8078..5b069e4f5e485ac8f5906c4a0cad7dbdeef75f7e 100644 (file)
@@ -1060,8 +1060,8 @@ static void scan_object(struct kmemleak_object *object)
        unsigned long flags;
 
        /*
-        * Once the object->lock is aquired, the corresponding memory block
-        * cannot be freed (the same lock is aquired in delete_object).
+        * Once the object->lock is acquired, the corresponding memory block
+        * cannot be freed (the same lock is acquired in delete_object).
         */
        spin_lock_irqsave(&object->lock, flags);
        if (object->flags & OBJECT_NO_SCAN)