]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
fs/common: fix typo in comments
authorBrian 'redbeard' Harrington <redbeard@coreos.com>
Sun, 8 May 2016 03:27:48 +0000 (20:27 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 May 2016 13:34:52 +0000 (15:34 +0200)
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>
fs/common.mk

index 3a424f65483268b9475138076d7aedb07fd74cef..46e097bf19051aa4e3c33f4726cc5a055a6fc06a 100644 (file)
@@ -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.