diff options
author | Marcus Hoffmann <m.hoffmann@cartelsol.com> | 2017-07-28 01:02:27 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-07-29 00:47:26 +0200 |
commit | 412a872e217e1e6569afb65b5113199f30b199ce (patch) | |
tree | 4f1dd36a6abcf854b222dd8d767cf6d86b7b8b6e | |
parent | ef47a481376b0b209a2003e4f8e23209b25800a6 (diff) | |
download | buildroot-412a872e217e1e6569afb65b5113199f30b199ce.tar.gz buildroot-412a872e217e1e6569afb65b5113199f30b199ce.zip |
package/pkg-kconfig.mk: fix typo in comment
Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/pkg-kconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |