]> granicus.if.org Git - yasm/commitdiff
Fix return comment for parse_directive(). Nonzero is returned if a directive
authorPeter Johnson <peter@tortall.net>
Sun, 29 Jun 2003 19:23:28 +0000 (19:23 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 29 Jun 2003 19:23:28 +0000 (19:23 -0000)
is NOT recognized.

svn path=/trunk/yasm/; revision=987

libyasm/arch.h

index 90804c1d72a23d28d3533e4db372015a5369d715..eacdce57c58f9bdf43319401dd4227c2618ba47b 100644 (file)
@@ -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,