summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorBrian 'redbeard' Harrington <redbeard@coreos.com>2016-05-07 20:27:48 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-08 15:34:52 +0200
commitb2dcb2d6c4144688e2b9ec4d744af306276120f1 (patch)
tree6f50919c4162548e1ab9b8eaf5fb23dde269eaa1 /fs
parentbdeb02534a36c1181442bf20235b7bc4c4b9740f (diff)
fs/common: fix typo in comments
Fixed comment typos as to improve clarity. Signed-off-by: Brian 'redbeard' Harrington <redbeard@coreos.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/common.mk b/fs/common.mk
index 3a424f654..46e097bf1 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.