Merge pull request #31 from lucasdicioccio/master

simple typo in a comment
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-04-21 05:08:43 -07:00
+1 -1
View File
@@ -275,7 +275,7 @@ new_true(parser_state *p)
return list1((node*)NODE_TRUE);
}
// (:true)
// (:false)
static node*
new_false(parser_state *p)
{