From db16b7720386efdc1639ac6455f13bde6fc7a635 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 2 Nov 2009 17:28:16 +0000 Subject: * lib/gdb.exp (gdb_expect): Fix timeout typo. --- gdb/testsuite/lib/gdb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/lib') diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 3ac7305..590a284 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2027,7 +2027,7 @@ proc gdb_expect { args } { if [info exists atimeout] { if { ![info exists gtimeout] || $gtimeout < $atimeout } { - set $gtimeout $atimeout; + set gtimeout $atimeout; } } else { if ![info exists gtimeout] { -- cgit v1.1