From: Simon Marchi Date: Wed, 13 Dec 2017 14:33:54 +0000 (-0500) Subject: Fix typo in gdb_ari.sh X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bbd9f1877bfc5f37ebff1fef2af9eb783f49ace;p=binutils-gdb.git Fix typo in gdb_ari.sh gdb/ChangeLog: * contrib/ari/gdb_ari.sh: Fix typo in help. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9fcf0c8d547..906b5fc483e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-12-13 Simon Marchi + + * contrib/ari/gdb_ari.sh: Fix typo in help. + 2017-12-13 Joel Brobecker * event-top.c (handle_line_of_input): Set server_command. diff --git a/gdb/contrib/ari/gdb_ari.sh b/gdb/contrib/ari/gdb_ari.sh index b8aff09ee95..5d84f86d34f 100755 --- a/gdb/contrib/ari/gdb_ari.sh +++ b/gdb/contrib/ari/gdb_ari.sh @@ -60,7 +60,7 @@ Options: -Werror Treat all problems as errors. -Wall Report all problems. -Wari Report problems that should be fixed in new code. - -W Report problems in the specifed category. Vaid categories + -W Report problems in the specifed category. Valid categories are: ${all} EOF exit 1