From: Akinobu Mita typo fix Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton --- include/asm-generic/bitops/atomic.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-generic/bitops/atomic.h~bitops-generic-test_and_setclearchange_bit-fix include/asm-generic/bitops/atomic.h --- devel/include/asm-generic/bitops/atomic.h~bitops-generic-test_and_setclearchange_bit-fix 2006-02-20 21:02:15.000000000 -0800 +++ devel-akpm/include/asm-generic/bitops/atomic.h 2006-02-20 21:02:15.000000000 -0800 @@ -42,7 +42,7 @@ extern raw_spinlock_t __atomic_hash[ATOM /* * NMI events can occur at any time, including when interrupts have been * disabled by *_irqsave(). So you can get NMI events occurring while a - * *_bit fucntion is holding a spin lock. If the NMI handler also wants + * *_bit function is holding a spin lock. If the NMI handler also wants * to do bit manipulation (and they do) then you can get a deadlock * between the original caller of *_bit() and the NMI handler. * _