summaryrefslogtreecommitdiff
path: root/signame.c
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 20:50:37 -0400
committerPaul Smith <psmith@gnu.org>2013-05-05 20:50:37 -0400
commitc086b5909dc990d5f2866098012feb2d89bccaa8 (patch)
tree10ffc8fa2b712c287158a297ab5566a8925dfe93 /signame.c
parentbfe01813708f393287d90d62ee523c3f738d21af (diff)
downloadmake-c086b5909dc990d5f2866098012feb2d89bccaa8.tar.gz
cosmetics: fix few innocuous typos
Most of these were found using Lucas De Marchi's 'codespell' tool. * ChangeLog: Fix minor typos. * ChangeLog.2: Likewise. * README.Amiga: Likewise. * TODO.private: Likewise. * function.c: Likewise. * glob/glob.h: Likewise. * job.c: Likewise. * main.c: Likewise. * readme.vms: Likewise. * remake.c: Likewise. * tests/ChangeLog: Likewise. * tests/NEWS: Likewise. * tests/README: Likewise. * tests/scripts/variables/private: Likewise. * vmsdir.h: Likewise. * signame.c: Likewise. While at it, improve line wrapping in the touched comment. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'signame.c')
-rw-r--r--signame.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/signame.c b/signame.c
index c54a8ea6..d0d1b4f7 100644
--- a/signame.c
+++ b/signame.c
@@ -192,10 +192,10 @@ signame_init (void)
init_sig (SIGURG, "URG", _("Urgent I/O condition"));
#endif
#if defined (SIGIO)
- /* "I/O pending" has also been suggested. A disadvantage is
- that signal only happens when the process has
- asked for it, not everytime I/O is pending. Another disadvantage
- is the confusion from giving it a different name than under Unix. */
+ /* "I/O pending" has also been suggested. A disadvantage is that signal
+ only happens when the process has asked for it, not every time I/O is
+ pending. Another disadvantage is the confusion from giving it a
+ different name than under Unix. */
init_sig (SIGIO, "IO", _("I/O possible"));
#endif
#if defined (SIGWIND)