Fixed typo in SIGBUS message (unixint.d)

This commit is contained in:
Juan Jose Garcia Ripoll 2009-05-23 12:20:43 +02:00
parent 9a40202940
commit 762a948889

View file

@ -271,7 +271,7 @@ define_handler(lisp_signal_handler, int sig, siginfo_t *info, void *aux)
the_env->nvalues = 0;
ecl_unwind(the_env, destination);
}
ecl_internal_error("SIGSEGV without handler to jump to.");
ecl_internal_error("SIGBUS without handler to jump to.");
}
#endif
default: