summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2023-03-10 10:38:45 -0500
committerDouglas Katzman <dougk@google.com>2023-03-10 10:40:19 -0500
commit80a2225889737a987705b9392ccc268236474ad1 (patch)
treeb14b2f926dff80815434590e95c782c8b7582433 /benchmarks
parent141c02585cce98c2157ac94d7a3187914409e1b0 (diff)
Delete redundant (LOGIOR x 1)
Forgot that I folded it into MASKED-HASH
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bbtrees.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/bbtrees.lisp b/benchmarks/bbtrees.lisp
index 4947c3b3c..4c0b29769 100644
--- a/benchmarks/bbtrees.lisp
+++ b/benchmarks/bbtrees.lisp
@@ -39,7 +39,7 @@
(defvar *lotta-strings*
(coerce
- ;; Collect al pseudostatic symbols and all readonly strings
+ ;; Collect all pseudostatic symbols and all readonly strings
(mapcar (lambda (x)
(sb-kernel:%make-lisp-obj
(logandc2 (sb-kernel:get-lisp-obj-address x)