aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/lib')
-rw-r--r--gcc/testsuite/lib/options.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/lib/options.exp b/gcc/testsuite/lib/options.exp
index 44ea510..c7f7316 100644
--- a/gcc/testsuite/lib/options.exp
+++ b/gcc/testsuite/lib/options.exp
@@ -74,7 +74,7 @@ proc check_for_options_with_filter { language gcc_options exclude \
}
}
- # Verify that COMPILER_PATTERRNS appear in gcc output.
+ # Verify that COMPILER_PATTERNS appear in gcc output.
foreach pattern [split $compiler_patterns "\n"] {
if {$pattern != ""} {
if {[regexp -line -- "$pattern" $gcc_output]} {
@@ -89,7 +89,7 @@ proc check_for_options_with_filter { language gcc_options exclude \
}
}
- # Verify that COMPILER_NON_PATTERRNS do not appear in gcc output.
+ # Verify that COMPILER_NON_PATTERNS do not appear in gcc output.
foreach pattern [split $compiler_non_patterns "\n"] {
if {$pattern != ""} {
if {![regexp -line -- "$pattern" $gcc_output result]} {