Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
acoglio committed Jun 14, 2017
1 parent c93b779 commit 86fc13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion books/projects/x86isa/utils/utilities.lisp
Expand Up @@ -309,7 +309,7 @@ bound)))</tt> and less than <tt>(expt 2 (1- bound))</tt>.</p>
(< ,concl ,2^bound)))
,@(and hints-l `(:hints ,hints-l))))))))
nil))
;; no need to generate a (>= ... 0) linear rules so far
;; no need to generate a (>= ... 0) linear rule so far

(defmacro defthm-sb
(name &key hyp bound concl
Expand Down

0 comments on commit 86fc13c

Please sign in to comment.