[binutils-gdb] [gdb/testsuite] Fix typo IBM'x -> IBM's
Tom de Vries
vries@sourceware.org
Wed Nov 12 10:29:27 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=771faadaa73f910370043a7c23c1f56d762bd6aa
commit 771faadaa73f910370043a7c23c1f56d762bd6aa
Author: Tom de Vries <tdevries@suse.de>
Date: Wed Nov 12 11:29:23 2025 +0100
[gdb/testsuite] Fix typo IBM'x -> IBM's
Fix typo in gdb.base/nodebug.exp and lib/compiler.c: IBM'x -> IBM's.
Diff:
---
gdb/testsuite/gdb.base/nodebug.exp | 2 +-
gdb/testsuite/lib/compiler.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp
index 5c897761c35..1582fcf871f 100644
--- a/gdb/testsuite/gdb.base/nodebug.exp
+++ b/gdb/testsuite/gdb.base/nodebug.exp
@@ -26,7 +26,7 @@ if {[have_compile_flag -std=c99]} {
}
if {[test_compiler_info "xlc-*"]} {
- # By default, IBM'x xlc compiler doesn't add static variables into the symtab.
+ # By default, IBM's xlc compiler doesn't add static variables into the symtab.
# Use "-qstatsym" to do so.
lappend exec_opts additional_flags=-qstatsym
}
diff --git a/gdb/testsuite/lib/compiler.c b/gdb/testsuite/lib/compiler.c
index e457fba614a..cf2a18cefca 100644
--- a/gdb/testsuite/lib/compiler.c
+++ b/gdb/testsuite/lib/compiler.c
@@ -41,7 +41,7 @@ set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
#endif
#if defined (__xlc__)
-/* IBM'x xlc compiler. NOTE: __xlc__ expands to a double quoted string of four
+/* IBM's xlc compiler. NOTE: __xlc__ expands to a double quoted string of four
numbers separated by '.'s: currently "7.0.0.0" */
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
#endif
More information about the Gdb-cvs
mailing list