1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Fix typo in comment.

* module/ice-9/boot-9.scm: Fix typo.
This commit is contained in:
Mark H Weaver 2018-11-15 02:47:22 -05:00 committed by Andy Wingo
parent d4fd9adcac
commit b38d9a1527

View file

@ -1955,7 +1955,7 @@ name extensions listed in %load-extensions."
;; NOTE: If you change the set of fields or their order, you also need to
;; change the constants in libguile/modules.h.
;;
;; NOTE: The getter `module-transfomer' is defined libguile/modules.c.
;; NOTE: The getter `module-transformer' is defined libguile/modules.c.
;; NOTE: The getter `module-name' is defined later, due to boot reasons.
;; NOTE: The getter `module-public-interface' is used in libguile/modules.c.
;;