summaryrefslogtreecommitdiff
path: root/support/signames.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/signames.c')
-rw-r--r--support/signames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/signames.c b/support/signames.c
index 35ecf441..84864fd7 100644
--- a/support/signames.c
+++ b/support/signames.c
@@ -84,9 +84,9 @@ initialize_signames ()
names first. This allows (for example) SIGABRT to overwrite SIGLOST. */
/* POSIX 1003.1b-1993 real time signals, but take care of incomplete
- implementations. Acoording to the standard, both, SIGRTMIN and
+ implementations. According to the standard, both SIGRTMIN and
SIGRTMAX must be defined, SIGRTMIN must be strictly less than
- SIGRTMAX, and the difference must be at least 7, that is, there
+ SIGRTMAX, and the difference must be at least 7; that is, there
must be at least eight distinct real time signals. */
/* The generated signal names are SIGRTMIN, SIGRTMIN+1, ...,