From: Jan Moringen Date: Mon, 4 Mar 2013 10:25:24 +0000 (+0100) Subject: Fix typo in comment in src/compiler/seqtran.lisp X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ead91228b6f2c70eb93978885f213e89b765e851;p=sbcl.git Fix typo in comment in src/compiler/seqtran.lisp --- diff --git a/src/compiler/seqtran.lisp b/src/compiler/seqtran.lisp index 0b52e48..a83a68c 100644 --- a/src/compiler/seqtran.lisp +++ b/src/compiler/seqtran.lisp @@ -1150,7 +1150,7 @@ ;;; practice. ;;; ;;; Limit full open coding based on length of constant sequences. Default -;;; value is chosen so that other parts of to compiler (constraint propagation +;;; value is chosen so that other parts of the compiler (constraint propagation ;;; mainly) won't go nonlinear too badly. It's not an exact number -- but ;;; in the right ballpark. (defvar *concatenate-open-code-limit* 129) @@ -1614,4 +1614,3 @@ (define-trimmer-transform string-left-trim t nil) (define-trimmer-transform string-right-trim nil t) (define-trimmer-transform string-trim t t)) -