From: David Vázquez Date: Sat, 18 May 2013 00:28:46 +0000 (+0100) Subject: Fix typo X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e6808339bf3884e587f646807e2baeb68a26db57;p=jscl.git Fix typo --- diff --git a/experimental/compiler.lisp b/experimental/compiler.lisp index aa5e593..9122f3c 100644 --- a/experimental/compiler.lisp +++ b/experimental/compiler.lisp @@ -156,8 +156,8 @@ 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.