From d923c8b92a15d0450887ea0e75970bf27cd903c9 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 29 Jun 2003 19:23:28 +0000 Subject: [PATCH] Fix return comment for parse_directive(). Nonzero is returned if a directive is NOT recognized. svn path=/trunk/yasm/; revision=987 --- libyasm/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyasm/arch.h b/libyasm/arch.h index 90804c1d..eacdce57 100644 --- a/libyasm/arch.h +++ b/libyasm/arch.h @@ -123,7 +123,7 @@ struct yasm_arch { * value/parameters * \param headp list of sections * \param lindex line index (as from yasm_linemgr) - * \return Nonzero if directive was recognized; 0 if directive was + * \return Nonzero if directive was not recognized; 0 if directive was * recognized, even if it wasn't valid. */ int (*parse_directive) (const char *name, yasm_valparamhead *valparams, -- 2.40.0