X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Frefcount.c;h=a207a8f22b3ca35890671e51c480266d89e4d8d6;hb=353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5;hp=ebac8b7d15a7c5ac297b23e07f2c6ec108b85418;hpb=9ca4c6429f92598a84e4c3292ea7d187c9d7b033;p=linux-2.6-microblaze.git diff --git a/lib/refcount.c b/lib/refcount.c index ebac8b7d15a7..a207a8f22b3c 100644 --- a/lib/refcount.c +++ b/lib/refcount.c @@ -164,7 +164,7 @@ EXPORT_SYMBOL(refcount_dec_and_lock); * @flags: saved IRQ-flags if the is acquired * * Same as refcount_dec_and_lock() above except that the spinlock is acquired - * with disabled interupts. + * with disabled interrupts. * * Return: true and hold spinlock if able to decrement refcount to 0, false * otherwise