aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/