X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Flocall.lisp;h=35def4490af4e563cc767f549068a339d793de77;hb=6e7e59adb6f6c30f84b31695b48cb51e2c519d75;hp=eb499468df9f4f7ec1cb305f83f1ea42da1cb6e2;hpb=c713eb2b521b048ff2c927ec52b861787d289f85;p=sbcl.git diff --git a/src/compiler/locall.lisp b/src/compiler/locall.lisp index eb49946..35def44 100644 --- a/src/compiler/locall.lisp +++ b/src/compiler/locall.lisp @@ -363,7 +363,7 @@ ;;; Dispatch to the appropriate function to attempt to convert a call. ;;; REF must be a reference to a FUNCTIONAL. This is called in IR1 -;;; optimize as well as in local call analysis. If the call is is +;;; optimization as well as in local call analysis. If the call is is ;;; already :LOCAL, we do nothing. If the call is already scheduled ;;; for deletion, also do nothing (in addition to saving time, this ;;; also avoids some problems with optimizing collections of functions