]> granicus.if.org Git - yasm/commitdiff
Comment fix.
authorPeter Johnson <peter@tortall.net>
Wed, 9 Jan 2002 07:03:47 +0000 (07:03 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 9 Jan 2002 07:03:47 +0000 (07:03 -0000)
svn path=/trunk/yasm/; revision=437

libyasm/expr.h
src/expr.h

index be7ec1a41e28527ff0a31cfde1da6792410cfc3a..4f7ee9bfd151272fe20c8d9153b8655a09eb0f6a 100644 (file)
@@ -62,7 +62,7 @@ void expr_expand_equ(expr *e);
  */
 /*@dependent@*/ /*@null@*/ const intnum *expr_get_intnum(expr **ep);
 
-/* Gets the symrec value of e if the expression is just an integer.  If the
+/* Gets the symrec value of e if the expression is just an symbol.  If the
  * expression is more complex, returns NULL.  Simplifies the expr first if
  * simplify is nonzero.
  */
index be7ec1a41e28527ff0a31cfde1da6792410cfc3a..4f7ee9bfd151272fe20c8d9153b8655a09eb0f6a 100644 (file)
@@ -62,7 +62,7 @@ void expr_expand_equ(expr *e);
  */
 /*@dependent@*/ /*@null@*/ const intnum *expr_get_intnum(expr **ep);
 
-/* Gets the symrec value of e if the expression is just an integer.  If the
+/* Gets the symrec value of e if the expression is just an symbol.  If the
  * expression is more complex, returns NULL.  Simplifies the expr first if
  * simplify is nonzero.
  */