1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix typos in examples.

Thanks to Eugene Klimov.
This commit is contained in:
Mikael Djurfeldt 2021-04-04 20:16:58 +02:00
parent 01bfd18f3d
commit 88e7030845
5 changed files with 6 additions and 6 deletions

View file

@ -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"