summaryrefslogtreecommitdiffstats
path: root/arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'arith.c')
-rw-r--r--arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arith.c b/arith.c
index 3f2c5d56..e9f8024c 100644
--- a/arith.c
+++ b/arith.c
@@ -2940,7 +2940,7 @@ val width(val obj)
default:
break;
}
- uw_throwf(error_s, lit("integer-length: ~s isn't an integer"), obj, nao);
+ uw_throwf(error_s, lit("width: ~s isn't an integer"), obj, nao);
}
val bits(val obj)