Fix a typo.

gdb/testsuite/ChangeLog:

	* gdb.arch/amd64-i386-address.exp: Fix a typo.
This commit is contained in:
John Baldwin 2018-02-21 11:11:17 -08:00
parent 8ec57239e9
commit 54a27fe598
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-02-21 John Baldwin <jhb@FreeBSD.org>
* gdb.arch/amd64-i386-address.exp: Fix a typo.
2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
* gdb.btrace/buffer-size.exp: Do not force BTS.

View File

@ -20,7 +20,7 @@
if { (![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_lp64_target]
|| [istarget "*-*-openbsd*"] } then {
verbose "Skipping amd64->i386 adress test."
verbose "Skipping amd64->i386 address test."
return
}