diff options
Diffstat (limited to 'examples/box-dynamic-module/box.c')
-rw-r--r-- | examples/box-dynamic-module/box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c index b950e019a..e41714d28 100644 --- a/examples/box-dynamic-module/box.c +++ b/examples/box-dynamic-module/box.c @@ -40,7 +40,7 @@ mark_box (SCM b) } -/* Print a textual represenation of the smob to a given port. */ +/* Print a textual representation of the smob to a given port. */ static int print_box (SCM b, SCM port, scm_print_state *pstate) { |