]> Shamusworld >> Repos - rmac/blobdiff - expr.c
Fix for #209 - forbid exporting expressions with unresolved symbols
[rmac] / expr.c
diff --git a/expr.c b/expr.c
index 5a9155c67832c1ee049d899415a0c924b40b4a07..30629dfae18cb1f0d8d993d2d52632874a340bba 100644 (file)
--- 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)