aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-12-09 22:43:47 +0000
committerKarl Heuer1994-12-09 22:43:47 +0000
commitc3aa5fec86eb1be49ae277015812cf12afb7eb8d (patch)
treedb766c2a3eef92e2b2c2981c692ba6fa4d39246f /src
parentaf09cb431efd4a6cc448f28313ec33b7c2dc22f2 (diff)
downloademacs-c3aa5fec86eb1be49ae277015812cf12afb7eb8d.tar.gz
emacs-c3aa5fec86eb1be49ae277015812cf12afb7eb8d.zip
Fix typo in comment.
Diffstat (limited to 'src')
-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. */
19 19
20#ifdef POSIX_SIGNALS 20#ifdef POSIX_SIGNALS
21 21
22/* Don't #include <signal.h>. That header shouldalways be #included 22/* Don't #include <signal.h>. That header should always be #included
23 before "config.h", because some configuration files (like s/hpux.h) 23 before "config.h", because some configuration files (like s/hpux.h)
24 indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file 24 indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file
25 #includes <signal.h>, then that will re-#define SIGIO and confuse 25 #includes <signal.h>, then that will re-#define SIGIO and confuse