From 8547f38014fcb37e140c39ba87b0aa3f40bf7466 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 13 Oct 2005 09:42:48 +0000 Subject: [PATCH] Comment fix - no abort in filesystem. --- 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..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; -- 2.44.0