Signed-off-by: Juergen Beisert <[email protected]>

diff --git a/rules/pre/000-option-disabled.make 
b/rules/pre/000-option-disabled.make
index 0864d27..c252bff 100644
--- a/rules/pre/000-option-disabled.make
+++ b/rules/pre/000-option-disabled.make
@@ -44,8 +44,8 @@ endef
 #
 # SYMBOL == val ? "yes" : "no"
 #
-# $(call ptx/ifdeq, SYMBOL, val, yes, no)
-#                     $1,    $2,  $3, $4
+# $(call ptx/ifeq, SYMBOL, val, yes, no)
+#                    $1,    $2,  $3, $4
 #
 define ptx/ifeq
 $(strip $(if $(filter $(strip $(2)),$($(strip $(1)))),$(3),$(4)))

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
[email protected]

Reply via email to