typo in the node's comment

This commit is contained in:
lucas dicioccio
2012-04-21 12:02:12 +02:00
parent 9676edda66
commit 669cfc7f66
+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)
{