From: Nathan Sidwell Date: Tue, 28 Jul 2020 15:31:19 +0000 (-0700) Subject: testsuite: Fix spello X-Git-Tag: upstream/12.2.0~14568 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ddae15e808a41216d5e7a97db8ae69bb7b77464;p=platform%2Fupstream%2Fgcc.git testsuite: Fix spello 'Patterns' has one 'r'. gcc/testsuite/ * lib/options.exp: Fix spello --- 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]} {