From: Ben Gras Date: Thu, 13 Oct 2005 09:43:39 +0000 (+0000) Subject: Comment fix about sys_abort() X-Git-Tag: v3.1.2a~629 X-Git-Url: http://zhaoyanbai.com/repos/migration-4to9?a=commitdiff_plain;h=ee9b08e5c06ada07336ae2bdc7250834b0488951;p=minix.git Comment fix about sys_abort() --- diff --git a/kernel/system/do_abort.c b/kernel/system/do_abort.c index 3f9670fb3..658124b4f 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;