From cfa68bae4271a51a4402f8ca7ccdc014be95d79d Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 14 Jul 2015 19:50:20 +0200 Subject: i386-biarch-core.exp: Fix comment typo gdb/testsuite/ChangeLog 2015-07-14 Jan Kratochvil * gdb.arch/i386-biarch-core.exp: Fix comment typo. --- gdb/testsuite/gdb.arch/i386-biarch-core.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.arch') diff --git a/gdb/testsuite/gdb.arch/i386-biarch-core.exp b/gdb/testsuite/gdb.arch/i386-biarch-core.exp index 612b4d8..60d049b 100644 --- a/gdb/testsuite/gdb.arch/i386-biarch-core.exp +++ b/gdb/testsuite/gdb.arch/i386-biarch-core.exp @@ -50,7 +50,7 @@ gdb_reinitialize_dir $srcdir/$subdir # Wrongly built GDB complains by: # "..." is not a core dump: File format not recognized # As the provided test core has 64bit PRSTATUS i386 built GDB cannot parse it. -# This is just a problem of the test care, real-world elf64-i386 file will have +# This is just a problem of the test case, real-world elf64-i386 file will have # 32bit PRSTATUS. One cannot prepare elf64-i386 core file from elf32-i386 by # objcopy as it corrupts the core file beyond all recognition. gdb_test "core-file ${corefile}" "\r\nwarning: Unexpected size of section `\\.reg/6901' in core file\\.\r\n.*Core was generated by `\[^\r\n\]*'\\.\r\nProgram terminated with signal SIGSEGV, Segmentation fault\\.\r\n.*" "core-file" -- cgit v1.1