From ee9b08e5c06ada07336ae2bdc7250834b0488951 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 13 Oct 2005 09:43:39 +0000 Subject: [PATCH] Comment fix about sys_abort() --- kernel/system/do_abort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.44.0