diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2016-06-18 09:25:12 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2016-06-18 09:25:12 -0400 |
commit | fbe836166a40f0fd19851b2f057ae9632a33d1e7 (patch) | |
tree | 8e1f4e52f2bcb797c0b9a2b76c7dc33eb5322b37 | |
parent | 158ed8f9a2093e4dc9db5f7667552b8640691df8 (diff) | |
download | egawk-fbe836166a40f0fd19851b2f057ae9632a33d1e7.tar.gz egawk-fbe836166a40f0fd19851b2f057ae9632a33d1e7.tar.bz2 egawk-fbe836166a40f0fd19851b2f057ae9632a33d1e7.zip |
Fix typo in comment.
-rw-r--r-- | node.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ r_force_number(NODE *n) /* * we should always set NUMCUR and clear MAYBE_NUM, and we may possibly - * change STRING to NUMBER of MAYBE_NUM was set and it's a good numeric + * change STRING to NUMBER if MAYBE_NUM was set and it's a good numeric * string. */ |