From: Marcus Hoffmann Date: Thu, 27 Jul 2017 23:02:27 +0000 (+0200) Subject: package/pkg-kconfig.mk: fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=412a872e217e1e6569afb65b5113199f30b199ce;p=buildroot.git package/pkg-kconfig.mk: fix typo in comment Signed-off-by: Marcus Hoffmann Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/pkg-kconfig.mk b/package/pkg-kconfig.mk index 215f01b430..0402f81ffe 100644 --- a/package/pkg-kconfig.mk +++ b/package/pkg-kconfig.mk @@ -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 \