From 0ecead741ee40b3b448ac185fc1db9e4e00ed6fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 8 Jan 2008 17:51:30 +0000 Subject: [PATCH] Comment correction. [SVN r42617] --- src/engine/make1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/make1.c b/src/engine/make1.c index decb3eeb8..6d9a41040 100644 --- a/src/engine/make1.c +++ b/src/engine/make1.c @@ -687,7 +687,7 @@ static void call_timing_rule(TARGET* target, timing_info* time) FRAME frame[1]; frame_init( frame ); - /* args * :: $(__ACTION_RULE__[2-]) */ + /* args * :: $(__TIMING_RULE__[2-]) */ lol_add( frame->args, list_copy( L0, timing_rule->next ) ); /* target :: the name of the target */