We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864406 commit cb4e391Copy full SHA for cb4e391
src/lisp/kernel/clos/conditions.lisp
@@ -579,7 +579,7 @@ returns with NIL."
579
((address :initarg :address :reader memory-condition-address))
580
(:REPORT
581
(lambda (condition stream)
582
- (format stream "Segmentation fault. Attempted to access resticted memory address #x~x.
+ (format stream "Segmentation fault. Attempted to access restricted memory address #x~x.
583
584
This is due either to a problem in foreign code (e.g., C++), or a bug in Clasp itself."
585
(memory-condition-address condition)))))
0 commit comments