public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* testsuite: Fix spello
@ 2020-07-28 15:33 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2020-07-28 15:33 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

'Patterns' has one 'r'.

             gcc/testsuite/
             * lib/options.exp: Fix spello


pushing as obvious.
-- 
Nathan Sidwell

[-- Attachment #2: spello.diff --]
[-- Type: text/x-patch, Size: 925 bytes --]

diff --git i/gcc/testsuite/lib/options.exp w/gcc/testsuite/lib/options.exp
index 44ea51075bc..c7f7316943e 100644
--- i/gcc/testsuite/lib/options.exp
+++ w/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]} {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-28 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 15:33 testsuite: Fix spello Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).