e2fsprogs: drop unicode space in comment
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Sep 2018 05:01:43 +0000 (07:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Sep 2018 05:06:24 +0000 (07:06 +0200)
Commit c1cf9ba80 (e2fsprogs: disable parallel build for host installation)
added a unicode (non-breaking) space in a comment.  Replace it with a normal
ASCII space for consistency with elsewhere.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/e2fsprogs/e2fsprogs.mk

index d9ae0b29b62ac78eaa781f36d5ceb0584b63d2db..a483261caa5a7b04c1ec929c2fd0ce82d4655f79 100644 (file)
@@ -79,7 +79,7 @@ E2FSPROGS_INSTALL_STAGING_OPTS = \
        DESTDIR=$(STAGING_DIR) \
        install-libs
 
-# Package does not build in parallel due to improper make rules
+# Package does not build in parallel due to improper make rules
 define HOST_E2FSPROGS_INSTALL_CMDS
        $(HOST_MAKE_ENV) $(MAKE1) -C $(@D) install install-libs
 endef