[-mm patch 1/8] s/fucn/func/ typo fix

From: Akinobu Mita
Date: Mon Feb 20 2006 - 22:46:18 EST


typo fix

Signed-off-by: Akinobu Mita <mita@xxxxxxxxxxxxxxxx>

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.
*

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/