2007-05-11 19:42:17

by Simon Arlott

[permalink] [raw]
Subject: [PATCH] spelling fixes: arch/avr32/

Spelling fixes in arch/avr32/.

Signed-off-by: Simon Arlott <[email protected]>
---
arch/avr32/kernel/irq.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/avr32/kernel/irq.c b/arch/avr32/kernel/irq.c
index fd31124..d83c6b9 100644
--- a/arch/avr32/kernel/irq.c
+++ b/arch/avr32/kernel/irq.c
@@ -9,12 +9,12 @@
* published by the Free Software Foundation.
*
* This file contains the code used by various IRQ handling routines:
- * asking for different IRQ's should be done through these routines
+ * asking for different IRQs should be done through these routines
* instead of just grabbing them. Thus setups with different IRQ numbers
* shouldn't result in any weird surprises, and installing new handlers
* should be easier.
*
- * IRQ's are in fact implemented a bit like signal handlers for the kernel.
+ * IRQs are in fact implemented a bit like signal handlers for the kernel.
* Naturally it's not a 1:1 relation, but there are similarities.
*/

--
1.5.0.1

--
Simon Arlott


2007-05-13 13:19:05

by Haavard Skinnemoen

[permalink] [raw]
Subject: Re: [PATCH] spelling fixes: arch/avr32/

On Fri, 11 May 2007 20:40:51 +0100
Simon Arlott <[email protected]> wrote:

> Spelling fixes in arch/avr32/.
>
> Signed-off-by: Simon Arlott <[email protected]>

Thanks, but the comment doesn't really make sense anymore since most of
the interrupt handling logic is elsewhere. I think I'd rather just
remove it.

Haavard