Comment fix about sys_abort()

This commit is contained in:
Ben Gras 2005-10-13 09:43:39 +00:00
parent 7226f4685f
commit ee9b08e5c0

View file

@ -19,8 +19,8 @@
PUBLIC int do_abort(m_ptr) PUBLIC int do_abort(m_ptr)
message *m_ptr; /* pointer to request message */ message *m_ptr; /* pointer to request message */
{ {
/* Handle sys_abort. MINIX is unable to continue. This can originate in the /* Handle sys_abort. MINIX is unable to continue. This can originate e.g.
* PM (normal abort or panic) or FS (panic), or TTY (after CTRL-ALT-DEL). * in the PM (normal abort or panic) or TTY (after CTRL-ALT-DEL).
*/ */
int how = m_ptr->ABRT_HOW; int how = m_ptr->ABRT_HOW;
int proc_nr; int proc_nr;