aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Arlott <simon@fire.lp0.eu>2007-10-20 01:29:18 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:29:18 +0200
commit5895df967dac8b12c8ed254f5cc4d46f50e88876 (patch)
treebfea87d2aee60858ccc14a533667ff6788ce0791
parent211fee8a82893062f45a7f2e4e50b245bc577c0c (diff)
spelling fixes: lib/
Spelling fix in lib/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r--lib/kernel_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel_lock.c b/lib/kernel_lock.c
index e0fdfddb406..f73e2f8c308 100644
--- a/lib/kernel_lock.c
+++ b/lib/kernel_lock.c
@@ -2,7 +2,7 @@
* lib/kernel_lock.c
*
* This is the traditional BKL - big kernel lock. Largely
- * relegated to obsolescense, but used by various less
+ * relegated to obsolescence, but used by various less
* important (or lazy) subsystems.
*/
#include <linux/smp_lock.h>