aboutsummaryrefslogtreecommitdiff
path: root/module/hnh
diff options
context:
space:
mode:
Diffstat (limited to 'module/hnh')
-rw-r--r--module/hnh/util/object.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/hnh/util/object.scm b/module/hnh/util/object.scm
index af66e312..813a59ce 100644
--- a/module/hnh/util/object.scm
+++ b/module/hnh/util/object.scm
@@ -138,7 +138,7 @@
(else #'name)))
(name #'name)))
-;; Go from my concept of field deffinitions, to what lambda* wants as arguments
+;; Go from my concept of field definitions, to what lambda* wants as arguments
(define (lambda*-stx field)
(syntax-case field ()
((name kvs ...)