summaryrefslogtreecommitdiff
path: root/libguile/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/struct.c')
-rw-r--r--libguile/struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/struct.c b/libguile/struct.c
index 3dbcc71d4..716d30df9 100644
--- a/libguile/struct.c
+++ b/libguile/struct.c
@@ -322,7 +322,7 @@ struct_finalizer_trampoline (void *ptr, void *unused_data)
}
/* A struct is a sequence of words preceded by a pointer to the struct's
- vtable. The vtable reference is tagged with the struct tc3. */
+ vtable. The vtable reference is tagged with the struct tag. */
static SCM
scm_i_alloc_struct (scm_t_bits vtable_bits, int n_words)
{