Commit 2b9ed5ac authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #31 from lucasdicioccio/master

simple typo in a comment
parents 9676edda 669cfc7f
...@@ -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