From a349d0bbb29f1656d98fd78284467a2cb4141d02 Mon Sep 17 00:00:00 2001 From: miod Date: Tue, 19 Aug 2014 16:13:24 +0000 Subject: [PATCH] Three independent typos for `independent' or `independently'. --- lib/libcrypto/sha/asm/sha1-586.pl | 2 +- lib/libssl/src/crypto/sha/asm/sha1-586.pl | 2 +- sys/dev/ic/arcofi.c | 4 ++-- sys/dev/pci/if_age.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libcrypto/sha/asm/sha1-586.pl b/lib/libcrypto/sha/asm/sha1-586.pl index e7bb307795b..6fbea34d78c 100644 --- a/lib/libcrypto/sha/asm/sha1-586.pl +++ b/lib/libcrypto/sha/asm/sha1-586.pl @@ -502,7 +502,7 @@ my $_ror=sub { &ror(@_) }; &jmp (&label("loop")); ###################################################################### -# SSE instruction sequence is first broken to groups of indepentent +# SSE instruction sequence is first broken to groups of independent # instructions, independent in respect to their inputs and shifter # (not all architectures have more than one). Then IALU instructions # are "knitted in" between the SSE groups. Distance is maintained for diff --git a/lib/libssl/src/crypto/sha/asm/sha1-586.pl b/lib/libssl/src/crypto/sha/asm/sha1-586.pl index e7bb307795b..6fbea34d78c 100644 --- a/lib/libssl/src/crypto/sha/asm/sha1-586.pl +++ b/lib/libssl/src/crypto/sha/asm/sha1-586.pl @@ -502,7 +502,7 @@ my $_ror=sub { &ror(@_) }; &jmp (&label("loop")); ###################################################################### -# SSE instruction sequence is first broken to groups of indepentent +# SSE instruction sequence is first broken to groups of independent # instructions, independent in respect to their inputs and shifter # (not all architectures have more than one). Then IALU instructions # are "knitted in" between the SSE groups. Distance is maintained for diff --git a/sys/dev/ic/arcofi.c b/sys/dev/ic/arcofi.c index c52ce82b466..01b460f971f 100644 --- a/sys/dev/ic/arcofi.c +++ b/sys/dev/ic/arcofi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arcofi.c,v 1.7 2014/05/08 21:32:45 miod Exp $ */ +/* $OpenBSD: arcofi.c,v 1.8 2014/08/19 16:13:24 miod Exp $ */ /* * Copyright (c) 2011 Miodrag Vallat. @@ -744,7 +744,7 @@ arcofi_mi_to_gain(int lvl) * - the `line out' connector is the `H out' (heaphones) output. * - the internal `speaker' is the `LS out' (loudspeaker) output. * - * Each of these can be enabled or disabled indepently, except for + * Each of these can be enabled or disabled independently, except for * MIC enabled with H out and LS out disabled, which is not allowed * by the chip (and makes no sense for a chip which was intended to * be used in phones, not voice recorders); we cheat by keeping one diff --git a/sys/dev/pci/if_age.c b/sys/dev/pci/if_age.c index 087e1ace304..f9bfec43a6a 100644 --- a/sys/dev/pci/if_age.c +++ b/sys/dev/pci/if_age.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_age.c,v 1.22 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_age.c,v 1.23 2014/08/19 16:13:25 miod Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon @@ -1606,7 +1606,7 @@ age_init(struct ifnet *ifp) * it's hard to separate code path between Tx and Rx without * locking. If L1 hardware have a separate mail box register * for Tx and Rx consumer/producer management we could have - * indepent Tx/Rx handler which in turn Rx handler could have + * independent Tx/Rx handler which in turn Rx handler could have * been run without any locking. */ AGE_COMMIT_MBOX(sc); -- 2.20.1