]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in fetch-exec-and-args.exp
authorTom Tromey <tromey@adacore.com>
Thu, 22 Jan 2026 20:39:36 +0000 (13:39 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 22 Jan 2026 20:39:36 +0000 (13:39 -0700)
pre-commit points out a typo in this file.

gdb/testsuite/gdb.server/fetch-exec-and-args.exp

index 36189dec602b04a8d572fa2b4db06204e1c9a184..e93a5a1e63ef1ea6d230c87c42348c27e732da85 100644 (file)
@@ -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.