]> code.delx.au - gnu-emacs/commitdiff
Fix typo in comment.
authorKarl Heuer <kwzh@gnu.org>
Fri, 9 Dec 1994 22:43:47 +0000 (22:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 9 Dec 1994 22:43:47 +0000 (22:43 +0000)
src/syssignal.h

index d5af069ae7130df10b3fd50de8b022913dc2cc8d..a7e3cdebe430aa2311242ef29dd38a7ec2bdb901 100644 (file)
@@ -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