Skip to content

Commit 968f0e1

Browse files
JuliaLawallGreg Ungerer
authored andcommitted
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>
1 parent f95a387 commit 968f0e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/m68k/coldfire/intc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
unsigned char mcf_irq2imr[NR_IRQS];
2929

3030
/*
31-
* Define the miniumun and maximum external interrupt numbers.
31+
* Define the minimum and maximum external interrupt numbers.
3232
* This is also used as the "level" interrupt numbers.
3333
*/
3434
#define EIRQ1 25

arch/m68k/coldfire/m53xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ int clock_pll(int fsys, int flags)
532532
writel(readl(MCF_SDRAMC_SDCR) | MCF_SDRAMC_SDCR_CKE,
533533
MCF_SDRAMC_SDCR);
534534

535-
/* Errata - workaround for SDRAM opeartion after exiting LIMP mode */
535+
/* Errata - workaround for SDRAM operation after exiting LIMP mode */
536536
writel(MCF_SDRAMC_REFRESH, MCF_SDRAMC_LIMP_FIX);
537537

538538
/* wait for DQS logic to relock */

arch/m68k/coldfire/pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static struct pci_bus *rootbus;
3131
static unsigned long iospace;
3232

3333
/*
34-
* We need to be carefull probing on bus 0 (directly connected to host
34+
* We need to be careful probing on bus 0 (directly connected to host
3535
* bridge). We should only access the well defined possible devices in
3636
* use, ignore aliases and the like.
3737
*/

0 commit comments

Comments
 (0)