1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fix typo in comment

This commit is contained in:
Neil Jerram 2005-04-24 12:29:14 +00:00
parent 7346de618a
commit 8378b269a6

View file

@ -1555,7 +1555,7 @@
(define (change-object-class old-instance old-class new-class)
(let ((new-instance (allocate-instance new-class '())))
;; Initalize the slot of the new instance
;; Initialize the slots of the new instance
(for-each (lambda (slot)
(if (and (slot-exists-using-class? old-class old-instance slot)
(eq? (slot-definition-allocation