X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.c;fp=expr.c;h=30629dfae18cb1f0d8d993d2d52632874a340bba;hp=5a9155c67832c1ee049d899415a0c924b40b4a07;hb=31894aa869ad24fac76a1d045d22c9179ea533d1;hpb=c6808e75ed6088e3006c0d6748c1288eebb39c8a diff --git a/expr.c b/expr.c index 5a9155c..30629df 100644 --- a/expr.c +++ b/expr.c @@ -585,7 +585,7 @@ be converted from a linked list into an array). // // Evaluate expression. // If the expression involves only ONE external symbol, the expression is -// UNDEFINED, but it's value includes everything but the symbol value, and +// UNDEFINED, but its value includes everything but the symbol value, and // 'a_esym' is set to the external symbol. // int evexpr(TOKEN * _tk, uint64_t * a_value, WORD * a_attr, SYM ** a_esym)