diff src/sysdep.c @ 822:39d30f8fadfd

[xemacs-hg @ 2002-04-30 15:19:58 by stephent] diagnostic typo <87u1ptz07n.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 30 Apr 2002 15:20:04 +0000
parents a634e3b7acc8
children e7ee5f8bde58
line wrap: on
line diff
--- a/src/sysdep.c	Tue Apr 30 12:46:03 2002 +0000
+++ b/src/sysdep.c	Tue Apr 30 15:20:04 2002 +0000
@@ -3669,7 +3669,7 @@
     "bad argument to system call",	/* 12 SIGSYS */
     "write on a pipe with no one to read it", /* 13 SIGPIPE */
     "alarm clock",			/* 14 SIGALRM */
-    "software termination signum",	/* 15 SIGTERM */
+    "software termination signal",	/* 15 SIGTERM */
     "user defined signal 1",		/* 16 SIGUSR1 */
     "user defined signal 2",		/* 17 SIGUSR2 */
     "death of a child",			/* 18 SIGCLD */
@@ -3710,7 +3710,7 @@
     "bad argument to system call",	/* 12 SIGSYS */
     "write on a pipe with no one to read it", /* 13 SIGPIPE */
     "alarm clock",			/* 14 SIGALRM */
-    "software termination signum",	/* 15 SIGTERM */
+    "software termination signal",	/* 15 SIGTERM */
     "user defined signal 1",		/* 16 SIGUSR1 */
     "user defined signal 2",		/* 17 SIGUSR2 */
     "death of a child",			/* 18 SIGCLD */