Skip to content

Commit

Permalink
Fix typos in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Sep 30, 2020
1 parent 022c9a0 commit 4a5941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Boot/Phase-2/enable-defclass.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
;; and we make sure that we always pass the name of a
;; metaclass, and never a class metaobject.
(assert (symbolp metaclass-name))
(let (;; In phase 1, the metaclass is a host class to be
(let (;; In phase 2, the metaclass is a host class to be
;; found in E1.
(metaclass (sicl-genv:find-class metaclass-name e1))
;; The direct superclasses, on the other hand, are to
;; be found in the same environment as the one in
;; which this class wil. be defined.
;; which this class will be defined.
(direct-superclasses
(loop for name in direct-superclass-names
collect (sicl-genv:find-class name e2))))
Expand Down

0 comments on commit 4a5941c

Please sign in to comment.