XEmacs 21.4.17 "Jumbo Shrimp".
[chise/xemacs-chise.git.1] / src / event-unixoid.c
index 3d7efb7..0dc49ea 100644 (file)
@@ -223,7 +223,7 @@ poll_fds_for_input (SELECT_TYPE mask)
        return retval;
       if (errno != EINTR)
        {
-         /* Something went seriously wrong; don't abort since maybe
+         /* Something went seriously wrong; don't ABORT since maybe
             the TTY just died at the wrong time. */
          stderr_out ("xemacs: select failed: errno = %d\n", errno);
          return 0;