Commit 669cfc7f authored by lucas dicioccio's avatar lucas dicioccio

typo in the node's comment

parent 9676edda
...@@ -275,7 +275,7 @@ new_true(parser_state *p) ...@@ -275,7 +275,7 @@ new_true(parser_state *p)
return list1((node*)NODE_TRUE); return list1((node*)NODE_TRUE);
} }
// (:true) // (:false)
static node* static node*
new_false(parser_state *p) new_false(parser_state *p)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment