diff options
Diffstat (limited to 'gdb/testsuite/lib/compiler.cc')
-rwxr-xr-x | gdb/testsuite/lib/compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/compiler.cc b/gdb/testsuite/lib/compiler.cc index 9faeaa2..a9e69ba 100755 --- a/gdb/testsuite/lib/compiler.cc +++ b/gdb/testsuite/lib/compiler.cc @@ -33,7 +33,7 @@ set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -] #if defined (__xlc__) /* IBM'x xlc compiler. NOTE: __xlc__ expands to a double quoted string of four - numbers seperated by '.'s: currently "7.0.0.0" */ + numbers separated by '.'s: currently "7.0.0.0" */ set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info] #endif |