Update thread.c

Fix typo in comment.
This commit is contained in:
Kieron Hardy 2018-03-21 10:47:20 -06:00 committed by Vincent St-Amour
parent b0424737a7
commit 13c31221d6

View File

@ -4348,7 +4348,7 @@ static Scheme_Object *raise_user_break(void *data, int argc, Scheme_Object ** vo
space on escapes. Aside from a thread kill, this is the only
place where we have to worry about freeing bignum space, because
kill and escape are the only possible actions within a bignum
calculaion. It is possible to have nested bignum calculations,
calculation. It is possible to have nested bignum calculations,
though (if the break handler performs bignum arithmetic), so
that's why we save and restore an old snapshot. */
mz_jmp_buf *savebuf, newbuf;