From e6808339bf3884e587f646807e2baeb68a26db57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Sat, 18 May 2013 01:28:46 +0100 Subject: [PATCH] Fix typo --- experimental/compiler.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4