* [ptxdist] [PATCH] PTXdist: fix a typo in the macro documentation
@ 2014-02-03 10:00 Juergen Beisert
0 siblings, 0 replies; only message in thread
From: Juergen Beisert @ 2014-02-03 10:00 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
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
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-03 9:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-03 10:00 [ptxdist] [PATCH] PTXdist: fix a typo in the macro documentation Juergen Beisert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox