From: Tom Tromey Date: Thu, 22 Jan 2026 20:39:36 +0000 (-0700) Subject: Fix typo in fetch-exec-and-args.exp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ae137c1fcefe486639b7eab3f6a7f60e4659e5;p=thirdparty%2Fbinutils-gdb.git Fix typo in fetch-exec-and-args.exp pre-commit points out a typo in this file. --- diff --git a/gdb/testsuite/gdb.server/fetch-exec-and-args.exp b/gdb/testsuite/gdb.server/fetch-exec-and-args.exp index 36189dec602..e93a5a1e63e 100644 --- a/gdb/testsuite/gdb.server/fetch-exec-and-args.exp +++ b/gdb/testsuite/gdb.server/fetch-exec-and-args.exp @@ -56,7 +56,7 @@ proc check_show_args { packet } { # is converted to a regexp by this function. # # The AUTO_FILENAME should only be set when PACKET is on and FILENAME -# is the empty sting. If AUTO_FILENAME is set, then this is the +# is the empty string. If AUTO_FILENAME is set, then this is the # filename that GDB is using for the remote executable based on the # current executable's filename. For example, if the sysroot is empty # then GDB can use the current executable as the remote executable.