diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-20 01:10:46 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 01:10:46 +0200 |
commit | 5e71c6051585da46b898b21bd8e5b6df2795f03f (patch) | |
tree | 73a14fe2089f41577e273060bb5e8303428375bd /arch/h8300/platform/h8s/ints.c | |
parent | 761a7e3544b8192c662d8b67913a353f6a014c08 (diff) | |
download | talos-op-linux-5e71c6051585da46b898b21bd8e5b6df2795f03f.tar.gz talos-op-linux-5e71c6051585da46b898b21bd8e5b6df2795f03f.zip |
spelling fixes: arch/h8300/
Spelling fixes in arch/h8300/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/h8300/platform/h8s/ints.c')
-rw-r--r-- | arch/h8300/platform/h8s/ints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/platform/h8s/ints.c b/arch/h8300/platform/h8s/ints.c index a71d6e2a3919..551fd5f30d82 100644 --- a/arch/h8300/platform/h8s/ints.c +++ b/arch/h8300/platform/h8s/ints.c @@ -179,7 +179,7 @@ int request_irq(unsigned int irq, if (use_kmalloc) irq_handle = kmalloc(sizeof(irq_handler_t), GFP_ATOMIC); else { - /* use bootmem allocater */ + /* use bootmem allocator */ irq_handle = (irq_handler_t *)alloc_bootmem(sizeof(irq_handler_t)); irq_handle = (irq_handler_t *)((unsigned long)irq_handle | 0x80000000); } |