thanks.  i'll work upstream to fix my OCD. :)

On Thu, Dec 19, 2019 at 12:27 PM Jason McIntyre <j...@kerhand.co.uk> wrote:
>
> On Thu, Dec 19, 2019 at 11:59:20AM -0800, Bryan Stenson wrote:
> > Hi all -
> >
> > Just a doc/typo patch (inlined):
> >
> > Bryan Stenson
> >
> > ---
>
> as theo noted, 3rd party fixes like this should go upstream (generally
> stuff in /usr/src/gnu). i committed the last three fixes though.
>
> jmc
>
> >
> > diff --git gnu/gcc/gcc/unwind.inc gnu/gcc/gcc/unwind.inc
> > index b533eb58873..d55f49cab79 100644
> > --- gnu/gcc/gcc/unwind.inc
> > +++ gnu/gcc/gcc/unwind.inc
> > @@ -107,7 +107,7 @@ _Unwind_RaiseException(struct _Unwind_Exception *exc)
> >   return _URC_END_OF_STACK;
> >
> >        if (code != _URC_NO_REASON)
> > - /* Some error encountered.  Ususally the unwinder doesn't
> > + /* Some error encountered.  Usually the unwinder doesn't
> >      diagnose these and merely crashes.  */
> >   return _URC_FATAL_PHASE1_ERROR;
> >
> > diff --git gnu/usr.bin/gcc/gcc/unwind.inc gnu/usr.bin/gcc/gcc/unwind.inc
> > index 0938d501f5f..394073aa9e8 100644
> > --- gnu/usr.bin/gcc/gcc/unwind.inc
> > +++ gnu/usr.bin/gcc/gcc/unwind.inc
> > @@ -99,7 +99,7 @@ _Unwind_RaiseException(struct _Unwind_Exception *exc)
> >   return _URC_END_OF_STACK;
> >
> >        if (code != _URC_NO_REASON)
> > - /* Some error encountered.  Ususally the unwinder doesn't
> > + /* Some error encountered.  Usually the unwinder doesn't
> >      diagnose these and merely crashes.  */
> >   return _URC_FATAL_PHASE1_ERROR;
> >
> > diff --git gnu/usr.bin/perl/Porting/Glossary 
> > gnu/usr.bin/perl/Porting/Glossary
> > index e9adc57685c..c44e5b76797 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 (usally on BSD). If so, it is likely that
> > + for regular patern 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 (usally on System V).
> > + for regular patern 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 (usally on POSIX.2 conforming systems).
> > + for regular patern matching (usually on POSIX.2 conforming systems).
> >
> >  d_remainder (d_remainder.U):
> >   This variable conditionally defines the HAS_REMAINDER symbol, which
> > diff --git lib/libssl/man/SSL_CTX_set_cipher_list.3
> > lib/libssl/man/SSL_CTX_set_cipher_list.3
> > index fa5d9809137..b2739840c28 100644
> > --- lib/libssl/man/SSL_CTX_set_cipher_list.3
> > +++ lib/libssl/man/SSL_CTX_set_cipher_list.3
> > @@ -137,7 +137,7 @@ It can only be used as the first word.
> >  .It Cm @STRENGTH
> >  Sort the list by decreasing encryption strength,
> >  preserving the order of cipher suites that have the same strength.
> > -It is usally given as the last word.
> > +It is usually given as the last word.
> >  .El
> >  .Pp
> >  The following words can be used to select groups of cipher suites,
> > diff --git regress/sbin/ifconfig/ifaddr.c regress/sbin/ifconfig/ifaddr.c
> > index 07cfbf6261b..e0aa471100c 100644
> > --- regress/sbin/ifconfig/ifaddr.c
> > +++ regress/sbin/ifconfig/ifaddr.c
> > @@ -3,7 +3,7 @@
> >  /*
> >   * This file has been copied from ifconfig and adapted to test
> >   * SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR
> > - * ioctls.  Ususally ifconfig uses SIOCAIFADDR and SIOCDIFADDR, but
> > + * ioctls.  Usually ifconfig uses SIOCAIFADDR and SIOCDIFADDR, but
> >   * the old kernel interface has to be tested, too.
> >   */
> >
> > diff --git sys/dev/isa/if_ie.c sys/dev/isa/if_ie.c
> > index 7f39c1d9877..47e37ed08d1 100644
> > --- sys/dev/isa/if_ie.c
> > +++ sys/dev/isa/if_ie.c
> > @@ -416,7 +416,7 @@ sl_probe(sc, ia)
> >   }
> >
> >   /*
> > - * Divine memory size on-board the card.  Ususally 16k.
> > + * Divine memory size on-board the card.  Usually 16k.
> >   */
> >   sc->sc_maddr = ISA_HOLE_VADDR(ia->ia_maddr);
> >   ie_find_mem_size(sc);
> >
>

Reply via email to