[gdb] Fix more typos in comments (2)
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / compiler.cc
index 9faeaa236bc069f4c6a85889b27e4ad1ddb27a23..a9e69ba8a2fb96265a0b20a11064f129cd2bb28c 100755 (executable)
@@ -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
 
This page took 0.026565 seconds and 4 git commands to generate.