From b38d9a1527a9d796034bf721c9a266d261db5ad0 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 15 Nov 2018 02:47:22 -0500 Subject: [PATCH] Fix typo in comment. * module/ice-9/boot-9.scm: Fix typo. --- module/ice-9/boot-9.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ;;