diff mbox series

MIPS: Fix comment typo

Message ID 20220716040119.31221-1-wangborong@cdjrlc.com (mailing list archive)
State Superseded
Commit b8295e44c7619289a7d5024156753c0e3a30daf8
Headers show
Series MIPS: Fix comment typo | expand

Commit Message

Jason Wang July 16, 2022, 4:01 a.m. UTC
Fix the typo `s/that that/than that/' in line 72.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/mips/bcm47xx/prom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Bogendoerfer July 30, 2022, 9:03 a.m. UTC | #1
On Sat, Jul 16, 2022 at 12:01:19PM +0800, Jason Wang wrote:
> Fix the typo `s/that that/than that/' in line 72.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  arch/mips/bcm47xx/prom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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.
>  	 */
>  
> -- 
> 2.35.1

applied to mips-next.

Thomas.
diff mbox series

Patch

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.
 	 */