diff options
Diffstat (limited to 'arith.c')
-rw-r--r-- | arith.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1559,7 +1559,7 @@ val zerop(val num) val plusp(val num) { - val self = lit("zerop"); + val self = lit("plusp"); switch (type(num)) { case NUM: |