]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Fix typo IBM'x -> IBM's
authorTom de Vries <tdevries@suse.de>
Wed, 12 Nov 2025 10:29:23 +0000 (11:29 +0100)
committerTom de Vries <tdevries@suse.de>
Wed, 12 Nov 2025 10:29:23 +0000 (11:29 +0100)
Fix typo in gdb.base/nodebug.exp and lib/compiler.c: IBM'x -> IBM's.

gdb/testsuite/gdb.base/nodebug.exp
gdb/testsuite/lib/compiler.c

index 5c897761c35cea7f2379f659e98c35524121ccb7..1582fcf871f51fb3fe0aa0f4b5a3bc80fb2e3ceb 100644 (file)
@@ -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
 }
index e457fba614a8942b55c27ae57750e8d4fafc4887..cf2a18cefcafca71ccda75dc424774e01b3c0967 100644 (file)
@@ -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