'Patterns' has one 'r'.
gcc/testsuite/
* lib/options.exp: Fix spello
}
}
- # 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]} {
}
}
- # 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]} {