From 7687f47dbc22eba8c42d81306a699cbd5de6eb73 Mon Sep 17 00:00:00 2001 From: Jan Moringen Date: Thu, 12 Mar 2015 17:34:28 +0100 Subject: [PATCH] Fix some comments in target-main.lisp --- src/compiler/target-main.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compiler/target-main.lisp b/src/compiler/target-main.lisp index 28e28a784..58f333c7d 100644 --- a/src/compiler/target-main.lisp +++ b/src/compiler/target-main.lisp @@ -157,11 +157,11 @@ recompile the existing definition, but this is not currently supported.) If NAME is NIL, the compiled function is returned as the primary value. Otherwise the resulting compiled function replaces existing function definition of NAME, and NAME is returned as primary value; if NAME is a symbol -tha names a macro, its macro function is replaced and NAME is returned as +that names a macro, its macro function is replaced and NAME is returned as primary value. -Also returns secondary value which is true if any conditions of type WARNING -occur during the compilation, and NIL otherwise. +Also returns a secondary value which is true if any conditions of type +WARNING occur during the compilation, and NIL otherwise. Tertiary value is true if any conditions of type ERROR, or WARNING that are not STYLE-WARNINGs occur during compilation, and NIL otherwise. -- 2.11.4.GIT