From fd0009805cb5845382a8da6705e8e731710248fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Tue, 7 Jun 2016 20:15:34 +0200 Subject: [PATCH] cosmetic: add parenthesis in comment --- cl-bench.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-bench.lisp b/cl-bench.lisp index 2c8eb0d..0bd68b7 100644 --- a/cl-bench.lisp +++ b/cl-bench.lisp @@ -19,7 +19,7 @@ ;; don't use logical pathnames (not well supported on all active ;; implementations. These would be the translations if everything - ;; would work as expected. + ;; would work as expected). #+(or) (setf (logical-pathname-translations "bench") `(("root;*.*.*" ,root-dir) -- GitLab