X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fkernel_lock.c;h=e713e86811aeb1ff1efdb5d68fabea7a63042c3c;hb=0cadaf45bd7c19f0bef49d1eebfff38a046b9ba4;hp=cb5490ec00f20f4fea3640275192f20d942a7fba;hpb=7f93220b624de1b7d9fcff8a2cebd6fce7ed4665;p=linux-2.6 diff --git a/lib/kernel_lock.c b/lib/kernel_lock.c index cb5490ec00..e713e86811 100644 --- a/lib/kernel_lock.c +++ b/lib/kernel_lock.c @@ -14,7 +14,7 @@ * The 'big kernel semaphore' * * This mutex is taken and released recursively by lock_kernel() - * and unlock_kernel(). It is transparently dropped and reaquired + * and unlock_kernel(). It is transparently dropped and reacquired * over schedule(). It is used to protect legacy code that hasn't * been migrated to a proper locking design yet. * @@ -92,7 +92,7 @@ void __lockfunc unlock_kernel(void) * The 'big kernel lock' * * This spinlock is taken and released recursively by lock_kernel() - * and unlock_kernel(). It is transparently dropped and reaquired + * and unlock_kernel(). It is transparently dropped and reacquired * over schedule(). It is used to protect legacy code that hasn't * been migrated to a proper locking design yet. *