diff options
Diffstat (limited to 'byterun/fail.c')
-rw-r--r-- | byterun/fail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fail.c b/byterun/fail.c index 4393d94e6..0e328373d 100644 --- a/byterun/fail.c +++ b/byterun/fail.c @@ -87,7 +87,7 @@ static struct { void raise_out_of_memory(void) { if (out_of_memory_bucket.exn == 0) - fatal_error("Fatal eror: out of memory while raising Out_of_memory\n"); + fatal_error("Fatal error: out of memory while raising Out_of_memory\n"); mlraise((value) &(out_of_memory_bucket.exn)); } |