Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-02-02 23:15:50 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-02-02 23:15:50 +0300
commit49ea15ef17fda59cc279a59141c9b78cd9b9a3c1 (patch)
tree37a90ae457abf9c3ecc60c780e1d07f0b99346ad /winsup/utils/kill.cc
parentd5d9aac75907798e664bc12aeb7e1ab0c16b0875 (diff)
Cygwin: fix typo
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/utils/kill.cc')
-rw-r--r--winsup/utils/kill.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/kill.cc b/winsup/utils/kill.cc
index 7905c4ea7..768ac44e7 100644
--- a/winsup/utils/kill.cc
+++ b/winsup/utils/kill.cc
@@ -46,7 +46,7 @@ usage (FILE *where = stderr)
" -l, --list print a list of signal names\n"
" -s, --signal send signal (use %1$s --list for a list)\n"
" -W, --winpid specified pids are windows PIDs, not Cygwin PIDs\n"
- " (use with extrem caution!)\n"
+ " (use with extreme caution!)\n"
" -h, --help output usage information and exit\n"
" -V, --version output version information and exit\n"
"\n", prog_name);