diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2008-03-07 16:23:41 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2008-03-07 16:23:41 +0000 |
commit | c4b347c7ca7af66966d69ad0a1bafc2a59257a99 (patch) | |
tree | 28dbfe66f36c098251289c06bb097ad384dc0e98 /gdb/testsuite/lib | |
parent | 61fed90e59a5fe379a62ddcaf7b3040e3bd7d915 (diff) | |
download | gdb-c4b347c7ca7af66966d69ad0a1bafc2a59257a99.zip gdb-c4b347c7ca7af66966d69ad0a1bafc2a59257a99.tar.gz gdb-c4b347c7ca7af66966d69ad0a1bafc2a59257a99.tar.bz2 |
2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
gdb/testsuite/
* lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 0c0eafc..70ae6c9 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2025,7 +2025,7 @@ proc gdb_load_cmd { args } { return -1 } timeout { - perror "Timed out trying to load $arg." + perror "Timed out trying to load $args." return -1 } } |