diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-20 01:29:18 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 01:29:18 +0200 |
commit | 5895df967dac8b12c8ed254f5cc4d46f50e88876 (patch) | |
tree | bfea87d2aee60858ccc14a533667ff6788ce0791 /lib/kernel_lock.c | |
parent | 211fee8a82893062f45a7f2e4e50b245bc577c0c (diff) | |
download | linux-3.10-5895df967dac8b12c8ed254f5cc4d46f50e88876.tar.gz linux-3.10-5895df967dac8b12c8ed254f5cc4d46f50e88876.tar.bz2 linux-3.10-5895df967dac8b12c8ed254f5cc4d46f50e88876.zip |
spelling fixes: lib/
Spelling fix in lib/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'lib/kernel_lock.c')
-rw-r--r-- | lib/kernel_lock.c | 2 |
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> |