summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorlucas dicioccio <[email protected]>2012-04-21 12:02:12 +0200
committerlucas dicioccio <[email protected]>2012-04-21 12:02:12 +0200
commit669cfc7f66cecf24156b0052fac291c98c4b10f5 (patch)
tree5115a3ebf83a862cde4d896f1e5c05837da80480 /src
parent9676edda669a3028c24fd9f1e7364c3b73dc7212 (diff)
downloadmruby-669cfc7f66cecf24156b0052fac291c98c4b10f5.tar.gz
mruby-669cfc7f66cecf24156b0052fac291c98c4b10f5.zip
typo in the node's comment
Diffstat (limited to 'src')
-rw-r--r--src/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index b22dd10f6..2bc78f577 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -275,7 +275,7 @@ new_true(parser_state *p)
return list1((node*)NODE_TRUE);
}
-// (:true)
+// (:false)
static node*
new_false(parser_state *p)
{