summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-11-15 02:47:22 -0500
committerAndy Wingo <wingo@pobox.com>2019-05-23 17:32:20 +0200
commitb38d9a1527a9d796034bf721c9a266d261db5ad0 (patch)
tree66cb1cf3d3b1ca668012127c63469d116df70611
parentd4fd9adcacd7ff1955aaed5ce42b26b89678aa2a (diff)
downloadguile-b38d9a1527a9d796034bf721c9a266d261db5ad0.tar.gz
Fix typo in comment.
* module/ice-9/boot-9.scm: Fix typo.
-rw-r--r--module/ice-9/boot-9.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index 77bb3ced7..a4d3d94b1 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -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.
;;