Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/code/condition.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
(if (and type datum)
(print-unreadable-object (condition stream :type t)
(format stream "~@<expected-type: ~
~/sb-impl:print-type-specifier/~_datum: ~
~/sb-impl:print-type-specifier/ ~_datum: ~
~A~:@>"
type datum))
(call-next-method))))
Expand Down Expand Up @@ -1235,7 +1235,7 @@ the values returned by the form as a list. No associated restarts."))
(defvar *muffled-warnings* 'uninteresting-redefinition
#!+sb-doc
"A type that ought to specify a subtype of WARNING. Whenever a
warning is signaled, if the warning if of this type and is not
warning is signaled, if the warning is of this type and is not
handled by any other handler, it will be muffled.")

;;; Various STYLE-WARNING signaled in the system.
Expand Down