syntax: Remove reference to typestate in a comment

This commit is contained in:
Patrick Walton
2012-07-23 13:24:58 -07:00
parent 674dd14eec
commit a57087e032

View File

@@ -339,7 +339,7 @@ enum expr_ {
/* id for the alloc() call */ node_id, /* id for the alloc() call */ node_id,
/* value */ @expr), /* value */ @expr),
/* just an assert, no significance to typestate */ /* just an assert */
expr_assert(@expr), expr_assert(@expr),
expr_mac(mac), expr_mac(mac),