From 7e89d78cf0adae86906f89f627d3cd23dd34d4af Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 18 Sep 2022 21:30:33 +0200 Subject: [PATCH] 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 --- fs/cpio/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cpio/Config.in b/fs/cpio/Config.in index 94a826f9e4..bec2d9dca2 100644 --- a/fs/cpio/Config.in +++ b/fs/cpio/Config.in @@ -14,7 +14,7 @@ choice config BR2_TARGET_ROOTFS_CPIO_FULL bool "cpio the whole root filesystem" 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 bool "Invoke dracut to make a partial initramfs"