summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-04-11 21:16:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-04-11 21:16:19 -0700
commit9a830ff3d6d8d7ef575c2b4649cfc281e847e3c7 (patch)
treebb7ef52d67b2ba80d1a256c439cd30760688f7ce /unwind.c
parent9f36af8a86b7c377f2bfab2cb9fafefa5ed173d4 (diff)
downloadtxr-9a830ff3d6d8d7ef575c2b4649cfc281e847e3c7.tar.gz
txr-9a830ff3d6d8d7ef575c2b4649cfc281e847e3c7.tar.bz2
txr-9a830ff3d6d8d7ef575c2b4649cfc281e847e3c7.zip
Typo in comment.
* unwind.c (uw_unwind_to_exit_point): Misspelled "execute".
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 1 insertions, 1 deletions
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. */