diff mbox series

[v2,03/13] gen_initramfs_list.sh: fix the tool name in the comment

Message ID 20200104150238.19834-4-masahiroy@kernel.org (mailing list archive)
State New, archived
Headers show
Series initramfs: a lot of cleanups | expand

Commit Message

Masahiro Yamada Jan. 4, 2020, 3:02 p.m. UTC
There is no tool named "gen_initramfs". The correct name is
"gen_init_cpio".

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

Changes in v2: None

 usr/gen_initramfs_list.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Thelen Jan. 6, 2020, 7:34 a.m. UTC | #1
Masahiro Yamada <masahiroy@kernel.org> wrote:

> There is no tool named "gen_initramfs". The correct name is
> "gen_init_cpio".
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Reviewed-by: Greg Thelen <gthelen@google.com>
diff mbox series

Patch

diff --git a/usr/gen_initramfs_list.sh b/usr/gen_initramfs_list.sh
index 909a7b865aa7..1fd93414fb37 100755
--- a/usr/gen_initramfs_list.sh
+++ b/usr/gen_initramfs_list.sh
@@ -189,7 +189,7 @@  dir_filelist() {
 
 # if only one file is specified and it is .cpio file then use it direct as fs
 # if a directory is specified then add all files in given direcotry to fs
-# if a regular file is specified assume it is in gen_initramfs format
+# if a regular file is specified assume it is in gen_init_cpio format
 input_file() {
 	source="$1"
 	if [ -f "$1" ]; then