Re: [PATCH] usr: Correct a spelling by changing a latter

Randy Dunlap <[email protected]> Fri, 31 Jul 2026 07:45:23 -0700
Newsgroups org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel
Message-ID <[email protected]>

On 7/31/26 3:20 AM, Bhaskar Chowdhury wrote:
> s/dit/did/
> 
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Looks good except that the Subject has a typo in it.

Acked-by: Randy Dunlap <[email protected]>
Thanks.

> ---
>  usr/initramfs_data.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/usr/initramfs_data.S b/usr/initramfs_data.S
> index cd67edc38797..e92fb59b3fba 100644
> --- a/usr/initramfs_data.S
> +++ b/usr/initramfs_data.S
> @@ -3,7 +3,7 @@
>    initramfs_data includes the compressed binary that is the
>    filesystem used for early user space.
>    Note: Older versions of "as" (prior to binutils 2.11.90.0.23
> -  released on 2001-07-14) dit not support .incbin.
> +  released on 2001-07-14) did not support .incbin.
>    If you are forced to use older binutils than that then the
>    following trick can be applied to create the resulting binary:
> 
> --
> 2.54.0
> 
> 

-- 
~Randy