]> Zhao Yanbai Git Server - minix.git/commitdiff
Comment fix about sys_abort()
authorBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 09:43:39 +0000 (09:43 +0000)
committerBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 09:43:39 +0000 (09:43 +0000)
kernel/system/do_abort.c

index 3f9670fb379f5285e0b7d43f94732c28fe3fbb6b..658124b4f532f31ef87f6a369b0395954fe00767 100644 (file)
@@ -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;