aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2016-06-18 09:25:12 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2016-06-18 09:25:12 -0400
commitfbe836166a40f0fd19851b2f057ae9632a33d1e7 (patch)
tree8e1f4e52f2bcb797c0b9a2b76c7dc33eb5322b37 /node.c
parent158ed8f9a2093e4dc9db5f7667552b8640691df8 (diff)
downloadegawk-fbe836166a40f0fd19851b2f057ae9632a33d1e7.tar.gz
egawk-fbe836166a40f0fd19851b2f057ae9632a33d1e7.tar.bz2
egawk-fbe836166a40f0fd19851b2f057ae9632a33d1e7.zip
Fix typo in comment.
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index 89d889a4..bfa9a35f 100644
--- a/node.c
+++ b/node.c
@@ -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.
*/