diff options
author | 2015-12-24 05:50:15 +0000 | |
---|---|---|
committer | 2015-12-24 05:50:15 +0000 | |
commit | 483bba8f439f29d6904fb2a0d055e140c1abfb62 (patch) | |
tree | 9e415c66c49b88639b82505efab833e1e001a124 | |
parent | adress -> address (diff) | |
download | wireguard-openbsd-483bba8f439f29d6904fb2a0d055e140c1abfb62.tar.xz wireguard-openbsd-483bba8f439f29d6904fb2a0d055e140c1abfb62.zip |
More adress -> address
-rw-r--r-- | bin/pax/cache.h | 4 | ||||
-rw-r--r-- | lib/libcrypto/bn/asm/sparcv8plus.S | 2 | ||||
-rw-r--r-- | lib/libcrypto/des/asm/des_enc.m4 | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/bn/asm/sparcv8plus.S | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/des/asm/des_enc.m4 | 2 | ||||
-rw-r--r-- | sys/arch/zaurus/include/machine_reg.h | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 73b9a7ddee8..def36e19b82 100644 --- a/bin/pax/cache.h +++ b/bin/pax/cache.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cache.h,v 1.6 2014/07/14 05:59:26 guenther Exp $ */ +/* $OpenBSD: cache.h,v 1.7 2015/12/24 05:50:15 mmcc Exp $ */ /* $NetBSD: cache.h,v 1.3 1995/03/21 09:07:12 cgd Exp $ */ /*- @@ -41,7 +41,7 @@ * caches. Traditional passwd/group cache routines perform quite poorly with * archives. The chances of hitting a valid lookup with an archive is quite a * bit worse than with files already resident on the file system. These misses - * create a MAJOR performance cost. To adress this problem, these routines + * create a MAJOR performance cost. To address this problem, these routines * cache both hits and misses. * * NOTE: name lengths must be as large as those stored in ANY PROTOCOL and diff --git a/lib/libcrypto/bn/asm/sparcv8plus.S b/lib/libcrypto/bn/asm/sparcv8plus.S index 608dbe15717..02ad6069c2c 100644 --- a/lib/libcrypto/bn/asm/sparcv8plus.S +++ b/lib/libcrypto/bn/asm/sparcv8plus.S @@ -71,7 +71,7 @@ * * Q. 64-bit registers under 32-bit kernels? Didn't you just say it * doesn't work? - * A. You can't adress *all* registers as 64-bit wide:-( The catch is + * A. You can't address *all* registers as 64-bit wide:-( The catch is * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully * preserved if you're in a leaf function, i.e. such never calling * any other functions. All functions in this module are leaf and diff --git a/lib/libcrypto/des/asm/des_enc.m4 b/lib/libcrypto/des/asm/des_enc.m4 index 32805954782..68c162e5d82 100644 --- a/lib/libcrypto/des/asm/des_enc.m4 +++ b/lib/libcrypto/des/asm/des_enc.m4 @@ -1536,7 +1536,7 @@ DES_ncbc_encrypt: xor global4, local1, out5 ! iv xor next block ba .ncbc.enc.next.block_2 - add in1, 8, in1 ! output adress + add in1, 8, in1 ! output address .ncbc.enc.next.block_fp: diff --git a/lib/libssl/src/crypto/bn/asm/sparcv8plus.S b/lib/libssl/src/crypto/bn/asm/sparcv8plus.S index 608dbe15717..02ad6069c2c 100644 --- a/lib/libssl/src/crypto/bn/asm/sparcv8plus.S +++ b/lib/libssl/src/crypto/bn/asm/sparcv8plus.S @@ -71,7 +71,7 @@ * * Q. 64-bit registers under 32-bit kernels? Didn't you just say it * doesn't work? - * A. You can't adress *all* registers as 64-bit wide:-( The catch is + * A. You can't address *all* registers as 64-bit wide:-( The catch is * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully * preserved if you're in a leaf function, i.e. such never calling * any other functions. All functions in this module are leaf and diff --git a/lib/libssl/src/crypto/des/asm/des_enc.m4 b/lib/libssl/src/crypto/des/asm/des_enc.m4 index 32805954782..68c162e5d82 100644 --- a/lib/libssl/src/crypto/des/asm/des_enc.m4 +++ b/lib/libssl/src/crypto/des/asm/des_enc.m4 @@ -1536,7 +1536,7 @@ DES_ncbc_encrypt: xor global4, local1, out5 ! iv xor next block ba .ncbc.enc.next.block_2 - add in1, 8, in1 ! output adress + add in1, 8, in1 ! output address .ncbc.enc.next.block_fp: diff --git a/sys/arch/zaurus/include/machine_reg.h b/sys/arch/zaurus/include/machine_reg.h index 9d38fb6c77d..f679a87ccb8 100644 --- a/sys/arch/zaurus/include/machine_reg.h +++ b/sys/arch/zaurus/include/machine_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machine_reg.h,v 1.3 2010/06/07 16:34:20 drahn Exp $ */ +/* $OpenBSD: machine_reg.h,v 1.4 2015/12/24 05:50:15 mmcc Exp $ */ /* $NetBSD: lubbock_reg.h,v 1.1 2003/06/18 10:51:15 bsh Exp $ */ /* @@ -61,7 +61,7 @@ * Magic numbers for the C860 (PXA255) and C3000 (PXA27x). */ -/* physical adresses of companion chips */ +/* physical addresses of companion chips */ #define C3000_SCOOP0_BASE 0x10800000 /* XXX same as C860 */ #define C3000_SCOOP1_BASE 0x08800040 |