svn path=/trunk/yasm/; revision=437
*/
/*@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.
*/
*/
/*@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.
*/