[Buildroot] [git commit branch/2017.02.x] package/pkg-kconfig.mk: fix typo in comment

Peter Korsgaard peter at korsgaard.com
Mon Sep 4 06:46:09 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=0e1d90837684911340f042f7c1ca7a3614af5b45
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

Signed-off-by: Marcus Hoffmann <m.hoffmann at cartelsol.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit 412a872e217e1e6569afb65b5113199f30b199ce)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/pkg-kconfig.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-kconfig.mk b/package/pkg-kconfig.mk
index 215f01b..0402f81 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 \


More information about the buildroot mailing list