summaryrefslogtreecommitdiff
path: root/src/syssignal.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-12-09 22:43:47 +0000
committerKarl Heuer <kwzh@gnu.org>1994-12-09 22:43:47 +0000
commitc3aa5fec86eb1be49ae277015812cf12afb7eb8d (patch)
treedb766c2a3eef92e2b2c2981c692ba6fa4d39246f /src/syssignal.h
parentaf09cb431efd4a6cc448f28313ec33b7c2dc22f2 (diff)
downloademacs-c3aa5fec86eb1be49ae277015812cf12afb7eb8d.tar.gz
Fix typo in comment.
Diffstat (limited to 'src/syssignal.h')
-rw-r--r--src/syssignal.h2
1 files changed, 1 insertions, 1 deletions
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 <signal.h>. That header shouldalways be #included
+/* Don't #include <signal.h>. 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 <signal.h>, then that will re-#define SIGIO and confuse