mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
Fixed typo in unixint.d
This commit is contained in:
parent
364c27d81c
commit
82b2abbb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ handler_fn_prototype(sigsegv_handler, int sig, siginfo_t *info, void *aux)
|
|||
static const char *segv_msg =
|
||||
"\n;;;\n"
|
||||
";;; Detected access to protected memory, "
|
||||
"also kwown as 'bus or segmentation fault'.\n"
|
||||
"also known as 'bus or segmentation fault'.\n"
|
||||
";;; Jumping to the outermost toplevel prompt\n"
|
||||
";;;\n\n";
|
||||
cl_env_ptr the_env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue