diff options
Diffstat (limited to 'libguile/print.c')
-rw-r--r-- | libguile/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/print.c b/libguile/print.c index 404ab2eea..41459a440 100644 --- a/libguile/print.c +++ b/libguile/print.c @@ -84,7 +84,7 @@ static void write_character (scm_t_wchar, SCM); * This table must agree with the declarations in scm.h: {Immediate Symbols}. */ -/* This table must agree with the list of flags in __scm.h. */ +/* This table must agree with the list of flags in scm.h. */ static const char *iflagnames[] = { "#f", |