]> Zhao Yanbai Git Server - minix.git/commitdiff
Comment fix - no abort in filesystem.
authorBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 09:42:48 +0000 (09:42 +0000)
committerBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 09:42:48 +0000 (09:42 +0000)
kernel/system/do_abort.c

index 3f9670fb379f5285e0b7d43f94732c28fe3fbb6b..21b3c5e601eb8c69759cdc9f60fd0c7f1669f392 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;