diff mbox series

MIPS: Fix comment typo

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

Commit Message

Jason Wang July 15, 2022, 4:39 a.m. UTC
The double `that' is duplicated in line 72, remove one.

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

Comments

Sergey Shtylyov July 18, 2022, 3:06 p.m. UTC | #1
On 7/15/22 7:39 AM, Jason Wang wrote:

> The double `that' is duplicated in line 72, remove one.
> 
> 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..bcb9c90ea041 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

   Clearly, we have a typo here: s/that that/than that/...

> +	 * less that amount of ram it remaps the ram more often into the
>  	 * available space.
>  	 */
>  

MBR, Sergey
diff mbox series

Patch

diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c
index 0a63721d0fbf..bcb9c90ea041 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 that amount of ram it remaps the ram more often into the
 	 * available space.
 	 */