From: Karl Heuer Date: Fri, 9 Dec 1994 22:43:47 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-19.34~5720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3aa5fec86eb1be49ae277015812cf12afb7eb8d;p=emacs.git Fix typo in comment. --- diff --git a/src/syssignal.h b/src/syssignal.h index d5af069ae71..a7e3cdebe43 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef POSIX_SIGNALS -/* Don't #include . That header shouldalways be #included +/* Don't #include . That header should always be #included before "config.h", because some configuration files (like s/hpux.h) indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file #includes , then that will re-#define SIGIO and confuse