summaryrefslogtreecommitdiffstats
path: root/ffi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffi.c')
-rw-r--r--ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.c b/ffi.c
index 816afc41..dbaa1ce5 100644
--- a/ffi.c
+++ b/ffi.c
@@ -5392,7 +5392,7 @@ val carray_unum(val num, val eltype_in)
val carray_num(val num, val eltype_in)
{
- val self = lit("carray-unum");
+ val self = lit("carray-num");
val eltype = default_arg(eltype_in, ffi_type_compile(uchar_s));
struct txr_ffi_type *tft = ffi_type_struct(eltype);