Browse Source

fs/cpio: fix slight typo in help text

Typo introduced in d8f0ec7a468c (fs/cpio: new option to use dracut
tool).

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Yann E. MORIN 2 years ago
parent
commit
7e89d78cf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/cpio/Config.in

+ 1 - 1
fs/cpio/Config.in

@@ -14,7 +14,7 @@ choice
 config BR2_TARGET_ROOTFS_CPIO_FULL
 config BR2_TARGET_ROOTFS_CPIO_FULL
 	bool "cpio the whole root filesystem"
 	bool "cpio the whole root filesystem"
 	help
 	help
-	  Build a cpio archive containing the whole the root filesystem.
+	  Build a cpio archive containing the whole root filesystem.
 
 
 config BR2_TARGET_ROOTFS_CPIO_DRACUT
 config BR2_TARGET_ROOTFS_CPIO_DRACUT
 	bool "Invoke dracut to make a partial initramfs"
 	bool "Invoke dracut to make a partial initramfs"