Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmarek committed Sep 28, 2024
1 parent 94f1046 commit 3b07974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/early-c.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
;;; In particular, ELF cores shrink the immobile code space down to just enough
;;; to contain all code, plus about 1/2 MiB of spare, which means that you can't
;;; subsequently compile a whole lot into immobile space.
;;; The value is changed to :AUTO in make-target-2-load.lisp which supresses
;;; The value is changed to :AUTO in make-target-2-load.lisp which suppresses
;;; codegen optimizations for immobile space, but nonetheless prefers to allocate
;;; the code there, falling back to dynamic space if there is no room left.
;;; These controls exist whether or not the immobile-space feature is present.
Expand Down Expand Up @@ -246,7 +246,7 @@
;; compiler to dump symbols in such a way that the loader can
;; reconstruct them in the correct package.
(package-environment-changed nil :type boolean)
;; Bidrectional map between IR1/IR2/assembler abstractions and a corresponding
;; Bidirectional map between IR1/IR2/assembler abstractions and a corresponding
;; small integer or string identifier. One direction could be done by adding
;; the ID as slot to each object, but we want both directions.
;; These could just as well be scoped by WITH-IR1-NAMESPACE, but
Expand Down

0 comments on commit 3b07974

Please sign in to comment.