diff options
author | 2004-04-27 12:00:03 +0000 | |
---|---|---|
committer | 2004-04-27 12:00:03 +0000 | |
commit | 3bd745bc99aca9d4dd13b8d459745c90348c4bfb (patch) | |
tree | a643aabc38d5983f2f2669aa267e8136ff872ce5 | |
parent | various small fixes; (diff) | |
download | wireguard-openbsd-3bd745bc99aca9d4dd13b8d459745c90348c4bfb.tar.xz wireguard-openbsd-3bd745bc99aca9d4dd13b8d459745c90348c4bfb.zip |
irregardless -> irrespective;
ok millert@ krw@
derision from the rest of the world
stolen from a rejected freebsd pr;
-rw-r--r-- | share/man/man7/mirroring-ports.7 | 4 | ||||
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.seq | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7 index 00a6e15905b..d9984a7a94a 100644 --- a/share/man/man7/mirroring-ports.7 +++ b/share/man/man7/mirroring-ports.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mirroring-ports.7,v 1.12 2004/01/11 23:53:08 pvalchev Exp $ +.\" $OpenBSD: mirroring-ports.7,v 1.13 2004/04/27 12:00:03 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -201,7 +201,7 @@ is unresponsive, the maintainer should use to provide some state to guard against shifting checksums. .Pp However, a more robust approach is also needed, so that ports users can -depend on distfiles mirrors to carry what they need irregardless of those +depend on distfiles mirrors to carry what they need irrespective of those synchronization issues. The .Pa link-checksums diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq index 6a7842397cc..944501676bf 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.seq +++ b/sys/dev/microcode/aic7xxx/aic79xx.seq @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.seq,v 1.2 2003/12/24 23:27:55 krw Exp $ */ +/* $OpenBSD: aic79xx.seq,v 1.3 2004/04/27 12:00:03 jmc Exp $ */ /* $NetBSD: aic79xx.seq,v 1.8 2003/08/29 03:54:06 thorpej Exp $ */ /* @@ -445,7 +445,7 @@ BEGIN_CRITICAL; shr SELOID, 4, SCB_SCSIID; /* * If we want to send a message to the device, ensure - * we are selecting with atn irregardless of our packetized + * we are selecting with atn irrespective of our packetized * agreement. Since SPI4 only allows target reset or PPR * messages if this is a packetized connection, the change * to our negotiation table entry for this selection will |