From fbf87da90abeaa2a36d7d9ae470d8f92a86965c5 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 9 Jan 2002 07:03:47 +0000 Subject: [PATCH] Comment fix. svn path=/trunk/yasm/; revision=437 --- libyasm/expr.h | 2 +- src/expr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libyasm/expr.h b/libyasm/expr.h index be7ec1a4..4f7ee9bf 100644 --- a/libyasm/expr.h +++ b/libyasm/expr.h @@ -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. */ diff --git a/src/expr.h b/src/expr.h index be7ec1a4..4f7ee9bf 100644 --- a/src/expr.h +++ b/src/expr.h @@ -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. */ -- 2.40.0