diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 13:57:20 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-07-03 14:05:28 +0200 |
commit | 86a8280a7fe007d61b05fa8a352edc0595283dad (patch) | |
tree | 934fde98c50475649c6adf757912905a31108467 /arch/m68k/coldfire/m5272.c | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-stable-86a8280a7fe007d61b05fa8a352edc0595283dad.tar.gz linux-stable-86a8280a7fe007d61b05fa8a352edc0595283dad.tar.bz2 linux-stable-86a8280a7fe007d61b05fa8a352edc0595283dad.zip |
m68k: Assorted spelling fixes
- s/acccess/access/
- s/accoding/according/
- s/addad/added/
- s/addreess/address/
- s/allocatiom/allocation/
- s/Assember/Assembler/
- s/compactnes/compactness/
- s/conneced/connected/
- s/decending/descending/
- s/diectly/directly/
- s/diplacement/displacement/
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
[geert: Squashed, fix arch/m68k/ifpsp060/src/pfpsp.S]
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/coldfire/m5272.c')
-rw-r--r-- | arch/m68k/coldfire/m5272.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/m5272.c b/arch/m68k/coldfire/m5272.c index c525e4c08f84..9abb1a441da0 100644 --- a/arch/m68k/coldfire/m5272.c +++ b/arch/m68k/coldfire/m5272.c @@ -111,7 +111,7 @@ void __init config_BSP(char *commandp, int size) /***************************************************************************/ /* - * Some 5272 based boards have the FEC ethernet diectly connected to + * Some 5272 based boards have the FEC ethernet directly connected to * an ethernet switch. In this case we need to use the fixed phy type, * and we need to declare it early in boot. */ |