diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-12-13 09:33:54 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-12-13 09:34:27 -0500 |
commit | 3bbd9f1877bfc5f37ebff1fef2af9eb783f49ace (patch) | |
tree | bf217c76b21433552a510408e5e3b58e085f7873 /gdb/contrib | |
parent | 024d185c10a48339ae06634d0738dd796a159cd8 (diff) | |
download | gdb-3bbd9f1877bfc5f37ebff1fef2af9eb783f49ace.zip gdb-3bbd9f1877bfc5f37ebff1fef2af9eb783f49ace.tar.gz gdb-3bbd9f1877bfc5f37ebff1fef2af9eb783f49ace.tar.bz2 |
Fix typo in gdb_ari.sh
gdb/ChangeLog:
* contrib/ari/gdb_ari.sh: Fix typo in help.
Diffstat (limited to 'gdb/contrib')
-rwxr-xr-x | gdb/contrib/ari/gdb_ari.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/contrib/ari/gdb_ari.sh b/gdb/contrib/ari/gdb_ari.sh index b8aff09..5d84f86 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<category> Report problems in the specifed category. Vaid categories + -W<category> Report problems in the specifed category. Valid categories are: ${all} EOF exit 1 |