diff options
| author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2026-08-01 03:42:11 +0530 |
|---|---|---|
| committer | Nicolas Schier <nsc@kernel.org> | 2026-08-05 14:51:58 +0200 |
| commit | b7408f7cb264eb8d8b93c6cd84bd80cfd5865205 (patch) | |
| tree | 50e8a0f03745edf2799bb3f612eb82c08da4941e /usr | |
| parent | 325ac6f500e71aa6830109f429ea9cf2003ae134 (diff) | |
| download | linux-b7408f7cb264eb8d8b93c6cd84bd80cfd5865205.tar.gz linux-b7408f7cb264eb8d8b93c6cd84bd80cfd5865205.zip | |
usr: Correct a spelling by changing a letter
s/dit/did/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260731221556.3638651-2-unixbhaskar@gmail.com
Signed-off-by: Nicolas Schier <nsc@kernel.org>
Diffstat (limited to 'usr')
| -rw-r--r-- | usr/initramfs_data.S | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
