VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2020-01-05 00:02:28 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-01-14 10:42:44 +0900 commit: a4c968e70f68d81276def017fcb1468e3930aa1d parent: 9a04dc52982eb8f2ccd604b48f057217a39f243c
Commit Summary:
gen_initramfs_list.sh: fix the tool name in the comment
Diffstat:
1 file changed, 1 insertion, 1 deletion
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