X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=mm%2Fkmemleak.c;h=13f33b3081ec2794afdae74d9071a88ec6aa9df3;hb=8d22ba1b74aa9420b6032d856446564fb21f8090;hp=8bf765c4f58d03922adf1f7a100679fe05c65d7d;hpb=8a7469064b7f601a661059e9fcd2f2deb2a8fd23;p=~andy%2Flinux diff --git a/mm/kmemleak.c b/mm/kmemleak.c index 8bf765c4f58..13f33b3081e 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -1050,8 +1050,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)