Skip to content

Commit a4c968e

Browse files
committed
gen_initramfs_list.sh: fix the tool name in the comment
There is no tool named "gen_initramfs". The correct name is "gen_init_cpio". Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Greg Thelen <[email protected]>
1 parent 9a04dc5 commit a4c968e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/gen_initramfs_list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dir_filelist() {
189189

190190
# if only one file is specified and it is .cpio file then use it direct as fs
191191
# if a directory is specified then add all files in given direcotry to fs
192-
# if a regular file is specified assume it is in gen_initramfs format
192+
# if a regular file is specified assume it is in gen_init_cpio format
193193
input_file() {
194194
source="$1"
195195
if [ -f "$1" ]; then

0 commit comments

Comments
 (0)