2006-02-21 03:48:10

by Akinobu Mita

[permalink] [raw]
Subject: [-mm patch 1/8] s/fucn/func/ typo fix

typo fix

Signed-off-by: Akinobu Mita <[email protected]>

include/asm-generic/bitops/atomic.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: 2.6-mm/include/asm-generic/bitops/atomic.h
===================================================================
--- 2.6-mm.orig/include/asm-generic/bitops/atomic.h
+++ 2.6-mm/include/asm-generic/bitops/atomic.h
@@ -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.
*

--