diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-11 21:16:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-11 21:16:19 -0700 |
commit | 9a830ff3d6d8d7ef575c2b4649cfc281e847e3c7 (patch) | |
tree | bb7ef52d67b2ba80d1a256c439cd30760688f7ce /unwind.c | |
parent | 9f36af8a86b7c377f2bfab2cb9fafefa5ed173d4 (diff) | |
download | txr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |