diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index 3b241823fcf76f7cbacfb282e2af5ec392ffdc51..cfe984d7408c6d6427ed091ec4e17d8492ba83e5 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -640,7 +640,7 @@ inlines
 	       (return (lambda-return leaf)))
 	  (unless (leaf-ever-used leaf)
 	    (let ((*compiler-error-context* bind))
-	      (compiler-note "Deleting unused function~[.~;~:*~%  ~S~]"
+	      (compiler-note "Deleting unused function~:[.~;~:*~%  ~S~]"
 			     (leaf-name leaf))))
 	  (unlink-blocks (component-head component) bind-block)
 	  (when return