aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/stanza/errors.stanza2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/errors.stanza b/src/main/stanza/errors.stanza
index f9504bea..a0c48dc8 100644
--- a/src/main/stanza/errors.stanza
+++ b/src/main/stanza/errors.stanza
@@ -486,7 +486,7 @@ defn check-types-primop (e:DoPrim, errors:Vector<PassException>,info:FileInfo) -
SUB-OP : all-ground(args(e))
MUL-OP : all-ground(args(e))
DIV-OP : all-ground(args(e))
- MOD-OP : all-ground(args(e))
+ REM-OP : all-ground(args(e))
LESS-OP : all-ground(args(e))
LESS-EQ-OP : all-ground(args(e))
GREATER-OP : all-ground(args(e))