All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] fs/cpio: fix typo in comment
@ 2019-07-17  6:56 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2019-07-17  6:56 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=c4d09c8b186f12ac88bad620a48dde6ce6de3c9b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

--reproducible is --reproducible, not --repoducible.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 fs/cpio/cpio.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cpio/cpio.mk b/fs/cpio/cpio.mk
index 8b133f3875..28a435dd5e 100644
--- a/fs/cpio/cpio.mk
+++ b/fs/cpio/cpio.mk
@@ -29,7 +29,7 @@ endif # BR2_ROOTFS_DEVICE_CREATION_STATIC
 
 ROOTFS_CPIO_PRE_GEN_HOOKS += ROOTFS_CPIO_ADD_INIT
 
-# --repoducible option was introduced in cpio v2.12, which may not be
+# --reproducible option was introduced in cpio v2.12, which may not be
 # available in some old distributions, so we build host-cpio
 ifeq ($(BR2_REPRODUCIBLE),y)
 ROOTFS_CPIO_DEPENDENCIES += host-cpio

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-17  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17  6:56 [Buildroot] [git commit] fs/cpio: fix typo in comment Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.