summaryrefslogtreecommitdiff
path: root/support/signames.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-08-26 11:08:51 -0400
committerChet Ramey <chet.ramey@case.edu>2022-08-26 11:08:51 -0400
commitb3afafd86d27d61601cf380e1065d9170862fd10 (patch)
treeabaef1c96fadb1cbdab381dbe945b1373dbde51f /support/signames.c
parentf36c8c8ecd155104931198d898733bdb961bc27f (diff)
downloadbash-5.2-rc3.tar.gz
Bash-5.2-rc3 releasebash-5.2-rc3
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, ...,