diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-07-16 12:01:19 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-07-30 10:58:05 +0200 |
commit | b8295e44c7619289a7d5024156753c0e3a30daf8 (patch) | |
tree | 8eba2de6ca06e387123e43efaecb2b82c9ddc6e9 /arch/mips | |
parent | 466ab2ea239bb85b9fd2613e3e3eb5f6c2811602 (diff) | |
download | linux-b8295e44c7619289a7d5024156753c0e3a30daf8.tar.gz linux-b8295e44c7619289a7d5024156753c0e3a30daf8.tar.bz2 linux-b8295e44c7619289a7d5024156753c0e3a30daf8.zip |
MIPS: Fix comment typo
Fix the typo `s/that that/than that/' in line 72.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/bcm47xx/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c index 0a63721d0fbf..ab203e66ba0d 100644 --- a/arch/mips/bcm47xx/prom.c +++ b/arch/mips/bcm47xx/prom.c @@ -69,7 +69,7 @@ static __init void prom_init_mem(void) * call them at the beginning of the boot. * * BCM47XX uses 128MB for addressing the ram, if the system contains - * less that that amount of ram it remaps the ram more often into the + * less than that amount of ram it remaps the ram more often into the * available space. */ |