From b2dcb2d6c4144688e2b9ec4d744af306276120f1 Mon Sep 17 00:00:00 2001 From: Brian 'redbeard' Harrington Date: Sat, 7 May 2016 20:27:48 -0700 Subject: [PATCH] fs/common: fix typo in comments Fixed comment typos as to improve clarity. Signed-off-by: Brian 'redbeard' Harrington Signed-off-by: Thomas Petazzoni --- fs/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/common.mk b/fs/common.mk index 3a424f6548..46e097bf19 100644 --- a/fs/common.mk +++ b/fs/common.mk @@ -26,7 +26,7 @@ # In terms of configuration option, this macro assumes that the # BR2_TARGET_ROOTFS_$(FSTYPE) config option allows to enable/disable # the generation of a filesystem image of a particular type. If -# configura options BR2_TARGET_ROOTFS_$(FSTYPE)_GZIP, +# the configuration options BR2_TARGET_ROOTFS_$(FSTYPE)_GZIP, # BR2_TARGET_ROOTFS_$(FSTYPE)_BZIP2 or # BR2_TARGET_ROOTFS_$(FSTYPE)_LZMA exist and are enabled, then the # macro will automatically generate a compressed filesystem image.