Another set of typos (inlined below).

Bryan Stenson

diff --git gnu/gcc/gcc/config/mips/mips.c gnu/gcc/gcc/config/mips/mips.c
index 1edd6b90e4b..1c9d8902428 100644
--- gnu/gcc/gcc/config/mips/mips.c
+++ gnu/gcc/gcc/config/mips/mips.c
@@ -8911,7 +8911,7 @@ vr4130_align_insns (void)
       if (length > 0)
  {
    /* If the instruction is an asm statement or multi-instruction
-      mips.md patern, the length is only an estimate.  Insert an
+      mips.md pattern, the length is only an estimate.  Insert an
       8 byte alignment after it so that the following instructions
       can be handled correctly.  */
    if (NONJUMP_INSN_P (SEQ_BEGIN (insn))
diff --git gnu/gcc/gcc/see.c gnu/gcc/gcc/see.c
index d20cdf4be28..705a2e7fdb1 100644
--- gnu/gcc/gcc/see.c
+++ gnu/gcc/gcc/see.c
@@ -1256,7 +1256,7 @@ see_update_leader_extra_info (struct web_entry
*first, struct web_entry *second)
  }
       break;
     default:
-      /* Unknown patern type.  */
+      /* Unknown pattern type.  */
       gcc_unreachable ();
     }

diff --git gnu/usr.bin/perl/Porting/Glossary gnu/usr.bin/perl/Porting/Glossary
index c44e5b76797..b476bbd7d37 100644
--- gnu/usr.bin/perl/Porting/Glossary
+++ gnu/usr.bin/perl/Porting/Glossary
@@ -2098,7 +2098,7 @@ d_random_r (d_random_r.U):
 d_re_comp (d_regcmp.U):
  This variable conditionally defines the HAS_RECOMP symbol, which
  indicates to the C program that the re_comp() routine is available
- for regular patern matching (usually on BSD). If so, it is likely that
+ for regular pattern matching (usually on BSD). If so, it is likely that
  re_exec() exists.

 d_readdir (d_readdir.U):
@@ -2131,12 +2131,12 @@ d_recvmsg (d_recvmsg.U):
 d_regcmp (d_regcmp.U):
  This variable conditionally defines the HAS_REGCMP symbol, which
  indicates to the C program that the regcmp() routine is available
- for regular patern matching (usually on System V).
+ for regular pattern matching (usually on System V).

 d_regcomp (d_regcmp.U):
  This variable conditionally defines the HAS_REGCOMP symbol, which
  indicates to the C program that the regcomp() routine is available
- for regular patern matching (usually on POSIX.2 conforming systems).
+ for regular pattern matching (usually on POSIX.2 conforming systems).

 d_remainder (d_remainder.U):
  This variable conditionally defines the HAS_REMAINDER symbol, which
diff --git gnu/usr.bin/perl/Porting/config_H gnu/usr.bin/perl/Porting/config_H
index 8092eac48f5..ad249f5d196 100644
--- gnu/usr.bin/perl/Porting/config_H
+++ gnu/usr.bin/perl/Porting/config_H
@@ -350,7 +350,7 @@

 /* HAS_REGCOMP:
  * This symbol, if defined, indicates that the regcomp() routine is
- * available to do some regular patern matching (usually on POSIX.2
+ * available to do some regular pattern matching (usually on POSIX.2
  * conforming systems).
  */
 #define HAS_REGCOMP /* POSIX.2 */
diff --git gnu/usr.bin/perl/config_h.SH gnu/usr.bin/perl/config_h.SH
index f275932e211..9775315f688 100644
--- gnu/usr.bin/perl/config_h.SH
+++ gnu/usr.bin/perl/config_h.SH
@@ -381,7 +381,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un

 /* HAS_REGCOMP:
  * This symbol, if defined, indicates that the regcomp() routine is
- * available to do some regular patern matching (usually on POSIX.2
+ * available to do some regular pattern matching (usually on POSIX.2
  * conforming systems).
  */
 #$d_regcomp HAS_REGCOMP /* POSIX.2 */
diff --git gnu/usr.bin/perl/uconfig.h gnu/usr.bin/perl/uconfig.h
index a43a3a1e0cf..396dc264759 100644
--- gnu/usr.bin/perl/uconfig.h
+++ gnu/usr.bin/perl/uconfig.h
@@ -346,7 +346,7 @@

 /* HAS_REGCOMP:
  * This symbol, if defined, indicates that the regcomp() routine is
- * available to do some regular patern matching (usually on POSIX.2
+ * available to do some regular pattern matching (usually on POSIX.2
  * conforming systems).
  */
 #define HAS_REGCOMP /* POSIX.2 */
diff --git gnu/usr.bin/perl/win32/config_H.gc gnu/usr.bin/perl/win32/config_H.gc
index 3af1a012b8a..405b00863b8 100644
--- gnu/usr.bin/perl/win32/config_H.gc
+++ gnu/usr.bin/perl/win32/config_H.gc
@@ -340,7 +340,7 @@

 /* HAS_REGCOMP:
  * This symbol, if defined, indicates that the regcomp() routine is
- * available to do some regular patern matching (usually on POSIX.2
+ * available to do some regular pattern matching (usually on POSIX.2
  * conforming systems).
  */
 /*#define HAS_REGCOMP / * POSIX.2 */
diff --git gnu/usr.bin/perl/win32/config_H.vc gnu/usr.bin/perl/win32/config_H.vc
index fa09da070ca..7d47eee25ab 100644
--- gnu/usr.bin/perl/win32/config_H.vc
+++ gnu/usr.bin/perl/win32/config_H.vc
@@ -340,7 +340,7 @@

 /* HAS_REGCOMP:
  * This symbol, if defined, indicates that the regcomp() routine is
- * available to do some regular patern matching (usually on POSIX.2
+ * available to do some regular pattern matching (usually on POSIX.2
  * conforming systems).
  */
 /*#define HAS_REGCOMP / * POSIX.2 */

Reply via email to