diff options
Diffstat (limited to 'examples/box-dynamic/box.c')
-rw-r--r-- | examples/box-dynamic/box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c index 7bc791613..4954e88ba 100644 --- a/examples/box-dynamic/box.c +++ b/examples/box-dynamic/box.c @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) } -/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of type `box', initialized to `#f'. */ static SCM #define FUNC_NAME "make-box" |