package/pkg-kconfig.mk: fix typo in comment
authorMarcus Hoffmann <m.hoffmann@cartelsol.com>
Thu, 27 Jul 2017 23:02:27 +0000 (01:02 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 28 Jul 2017 22:47:26 +0000 (00:47 +0200)
Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/pkg-kconfig.mk

index 215f01b430627b38bbf450fa691f47f306f18dfe..0402f81ffe3e24ca55bc196ac187aaf66e623114 100644 (file)
@@ -189,7 +189,7 @@ $$($(2)_DIR)/.kconfig_editor_%: $$($(2)_DIR)/.stamp_kconfig_fixup_done
 # which in turn depends on the (newly-set an non-existent) custom
 # defconfig file.
 #
-# Instead, we use an PHONY rule that will catch that situation.
+# Instead, we use a PHONY rule that will catch that situation.
 #
 $(1)-check-configuration-done:
        @if [ ! -f $$($(2)_DIR)/.stamp_kconfig_fixup_done ]; then \