From 9a830ff3d6d8d7ef575c2b4649cfc281e847e3c7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 11 Apr 2016 21:16:19 -0700 Subject: Typo in comment. * unwind.c (uw_unwind_to_exit_point): Misspelled "execute". --- unwind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unwind.c b/unwind.c index 6483bbc9..69068e9b 100644 --- a/unwind.c +++ b/unwind.c @@ -76,7 +76,7 @@ static void uw_unwind_to_exit_point(void) /* Catches catch everything, so that they can do "finally" or "unwind protect" logic. If a catch is invoked with a nil exception - and symbol, it must excecute the + and symbol, it must execute the mandatory clean-up code and then continue the unwinding by calling uw_continue, passing it the ca.cont value. */ -- cgit v1.2.3