From fbe836166a40f0fd19851b2f057ae9632a33d1e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Sat, 18 Jun 2016 09:25:12 -0400 Subject: Fix typo in comment. --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') 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. */ -- cgit v1.2.3