Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jun 20, 2024
1 parent 5864406 commit cb4e391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisp/kernel/clos/conditions.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ returns with NIL."
((address :initarg :address :reader memory-condition-address))
(:REPORT
(lambda (condition stream)
(format stream "Segmentation fault. Attempted to access resticted memory address #x~x.
(format stream "Segmentation fault. Attempted to access restricted memory address #x~x.
This is due either to a problem in foreign code (e.g., C++), or a bug in Clasp itself."
(memory-condition-address condition)))))
Expand Down

0 comments on commit cb4e391

Please sign in to comment.