summaryrefslogtreecommitdiff
path: root/arch/m68k/coldfire/pci.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-04-30 22:11:18 +0300
committerGreg Ungerer <gerg@linux-m68k.org>2022-05-16 06:18:30 +0300
commit968f0e1ce923ff2e67a97edba7cccc006b0e9207 (patch)
tree7bc484e0d53110ea591a06b4870119c66585022d /arch/m68k/coldfire/pci.c
parentf95a387cdeb3fd2ef64f3824df99e8e11297ce7a (diff)
downloadlinux-968f0e1ce923ff2e67a97edba7cccc006b0e9207.tar.xz
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/pci.c')
-rw-r--r--arch/m68k/coldfire/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/pci.c b/arch/m68k/coldfire/pci.c
index 84eab0f5e00a..ceb5775b8d23 100644
--- a/arch/m68k/coldfire/pci.c
+++ b/arch/m68k/coldfire/pci.c
@@ -31,7 +31,7 @@ static struct pci_bus *rootbus;
static unsigned long iospace;
/*
- * We need to be carefull probing on bus 0 (directly connected to host
+ * We need to be careful probing on bus 0 (directly connected to host
* bridge). We should only access the well defined possible devices in
* use, ignore aliases and the like.
*/