From: Ben Gras Date: Thu, 13 Oct 2005 09:42:48 +0000 (+0000) Subject: Comment fix - no abort in filesystem. X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=8547f38014fcb37e140c39ba87b0aa3f40bf7466;p=minix.git Comment fix - no abort in filesystem. --- diff --git a/kernel/system/do_abort.c b/kernel/system/do_abort.c index 3f9670fb3..21b3c5e60 100644 --- a/kernel/system/do_abort.c +++ b/kernel/system/do_abort.c @@ -19,8 +19,8 @@ PUBLIC int do_abort(m_ptr) message *m_ptr; /* pointer to request message */ { -/* Handle sys_abort. MINIX is unable to continue. This can originate in the - * PM (normal abort or panic) or FS (panic), or TTY (after CTRL-ALT-DEL). +/* Handle sys_abort. MINIX is unable to continue. This can originate e.g. + * in the PM (normal abort or panic) or TTY (after CTRL-ALT-DEL). */ int how = m_ptr->ABRT_HOW; int proc_nr;