diff options
author | Andy Wingo <wingo@pobox.com> | 2010-02-18 16:50:26 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-02-18 22:15:43 +0100 |
commit | 2ac16429ab5a3e894f242a50a84526e8bd7d2391 (patch) | |
tree | add4400f950a2cdf838b2bf0d513f6558abec191 | |
parent | b5e9f3f97ebad910b932736f7b65bbf98083dd49 (diff) | |
download | guile-2ac16429ab5a3e894f242a50a84526e8bd7d2391.tar.gz |
fix comment in continuations.c
* libguile/continuations.c: Fix a comment.
-rw-r--r-- | libguile/continuations.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/continuations.c b/libguile/continuations.c index 118c0b61d..e6622612f 100644 --- a/libguile/continuations.c +++ b/libguile/continuations.c @@ -104,8 +104,8 @@ static const type sym##__unaligned[] SCM_STATIC_OBJCODE (cont_objcode) = { - /* This code is the same as in gsubr.c, except we use smob_call instead of - struct_call. */ + /* This code is the same as in gsubr.c, except we use continuation_call + instead of subr_call. */ OBJCODE_HEADER (8, 19), /* leave args on the stack */ /* 0 */ scm_op_object_ref, 0, /* push scm_t_contregs smob */ |