diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-04-30 21:11:18 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2022-05-16 13:18:30 +1000 |
commit | 968f0e1ce923ff2e67a97edba7cccc006b0e9207 (patch) | |
tree | 7bc484e0d53110ea591a06b4870119c66585022d /arch/m68k/coldfire/intc.c | |
parent | f95a387cdeb3fd2ef64f3824df99e8e11297ce7a (diff) | |
download | lwn-968f0e1ce923ff2e67a97edba7cccc006b0e9207.tar.gz lwn-968f0e1ce923ff2e67a97edba7cccc006b0e9207.zip |
m68k: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/coldfire/intc.c')
-rw-r--r-- | arch/m68k/coldfire/intc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/intc.c b/arch/m68k/coldfire/intc.c index cce257420388..20c084e932c8 100644 --- a/arch/m68k/coldfire/intc.c +++ b/arch/m68k/coldfire/intc.c @@ -28,7 +28,7 @@ unsigned char mcf_irq2imr[NR_IRQS]; /* - * Define the miniumun and maximum external interrupt numbers. + * Define the minimum and maximum external interrupt numbers. * This is also used as the "level" interrupt numbers. */ #define EIRQ1 25 |