diff options
author | Mikael Djurfeldt <mikael@djurfeldt.com> | 2021-04-04 20:16:58 +0200 |
---|---|---|
committer | Mikael Djurfeldt <mikael@djurfeldt.com> | 2021-04-04 20:16:58 +0200 |
commit | 88e703084567eb99238a3be6ba4285d87a25eeae (patch) | |
tree | 8376589dbcfdfb017a30ca562d85148941d2f58c /examples/box-dynamic-module/box.c | |
parent | 01bfd18f3dad37ba5d4d7730a17895b637fd455c (diff) | |
download | guile-88e703084567eb99238a3be6ba4285d87a25eeae.tar.gz |
Fix typos in examples.
Thanks to Eugene Klimov.
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 8cf940909..b950e019a 100644 --- a/examples/box-dynamic-module/box.c +++ b/examples/box-dynamic-module/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" |