From: Tom de Vries Date: Wed, 12 Nov 2025 10:34:23 +0000 (+0100) Subject: [gdb/testsuite] Fix typo IBM'x -> IBM's some more X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f6e34f1fad35f9e8a3230adf2b7268b2a5229f;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Fix typo IBM'x -> IBM's some more Fix typo in lib/compiler.cc: IBM'x -> IBM's. --- diff --git a/gdb/testsuite/lib/compiler.cc b/gdb/testsuite/lib/compiler.cc index ee2280f3e8d..a5c8a2854f1 100755 --- a/gdb/testsuite/lib/compiler.cc +++ b/gdb/testsuite/lib/compiler.cc @@ -32,7 +32,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