aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmt.c b/stmt.c
index f10bfb2..34795e2 100644
--- a/stmt.c
+++ b/stmt.c
@@ -47,7 +47,7 @@ stmt(struct func *f, struct scope *s)
funclabel(f, label[0]);
i = intconstexpr(s, true);
switchcase(s->switchcases, i, label[0]);
- expect(TCOLON, "after case expr");
+ expect(TCOLON, "after case expression");
stmt(f, s);
break;
case TDEFAULT: