aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/platform/h8s/ints.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/platform/h8s/ints.c')
-rw-r--r--arch/h8300/platform/h8s/ints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/platform/h8s/ints.c b/arch/h8300/platform/h8s/ints.c
index a71d6e2a391..551fd5f30d8 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);
}