Fix typo
authorDavid Vázquez <davazp@gmail.com>
Sat, 18 May 2013 00:28:46 +0000 (01:28 +0100)
committerDavid Vázquez <davazp@gmail.com>
Sat, 18 May 2013 00:28:46 +0000 (01:28 +0100)
experimental/compiler.lisp

index aa5e593..9122f3c 100644 (file)
   entry exit
   ;; The component where the basic block belongs to.
   component
-  ;; A bit-vector representating the set of dominators. See the
-  ;; function `compute-dominators' to know how to use it properly.
+  ;; A bit-vector representing the set of dominators. See the function
+  ;; `compute-dominators' to know how to use it properly.
   dominators%
   ;; Arbitrary data which could be necessary to keep during IR
   ;; processing.