projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7325ab8
)
Fix typo
author
David Vázquez
<davazp@gmail.com>
Sat, 18 May 2013 00:28:46 +0000
(
01:28
+0100)
committer
David Vázquez
<davazp@gmail.com>
Sat, 18 May 2013 00:28:46 +0000
(
01:28
+0100)
experimental/compiler.lisp
patch
|
blob
|
history
diff --git
a/experimental/compiler.lisp
b/experimental/compiler.lisp
index
aa5e593
..
9122f3c
100644
(file)
--- 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.