diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-04-30 22:03:10 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-05-04 23:22:59 +0300 |
commit | 94bd83e45acdd72b81545ff25324a13bc5cae54e (patch) | |
tree | 3f5d2f5e98d180d44794feb43cb3f1d9418b8200 /arch/mips/jazz | |
parent | 7671f9674b474505de289b548206ef48b0f5ceac (diff) | |
download | linux-94bd83e45acdd72b81545ff25324a13bc5cae54e.tar.xz |
MIPS: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/jazz')
-rw-r--r-- | arch/mips/jazz/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/jazz/irq.c b/arch/mips/jazz/irq.c index 495ba7cc56ec..264d453876aa 100644 --- a/arch/mips/jazz/irq.c +++ b/arch/mips/jazz/irq.c @@ -141,7 +141,7 @@ void __init plat_time_init(void) /* * Set clock to 100Hz. * - * The R4030 timer receives an input clock of 1kHz which is divieded by + * The R4030 timer receives an input clock of 1kHz which is divided by * a programmable 4-bit divider. This makes it fairly inflexible. */ r4030_write_reg32(JAZZ_TIMER_INTERVAL, 9); |