summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arch/sparc64
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 07:18:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 07:18:54 +0000
commit5db55c25df447352f6f017a3cd33336bd5c99ded (patch)
tree91fd58d0a8b09e013ba3a808d7b3b6c82bfe6b23 /lib/libcrypto/arch/sparc64
parenta00adb4d80b177e06c5272391e412b15d9e962ab (diff)
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
Diffstat (limited to 'lib/libcrypto/arch/sparc64')
-rw-r--r--lib/libcrypto/arch/sparc64/opensslconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/arch/sparc64/opensslconf.h b/lib/libcrypto/arch/sparc64/opensslconf.h
index 226951eded1..ed1204c8c12 100644
--- a/lib/libcrypto/arch/sparc64/opensslconf.h
+++ b/lib/libcrypto/arch/sparc64/opensslconf.h
@@ -60,7 +60,7 @@
/* Only one for the following should be defined */
/* The prime number generation stuff may not work when
* EIGHT_BIT but I don't care since I've only used this mode
- * for debuging the bignum libraries */
+ * for debugging the bignum libraries */
#define SIXTY_FOUR_BIT_LONG
#undef SIXTY_FOUR_BIT
#undef THIRTY_TWO_BIT
@@ -90,7 +90,7 @@
#endif
/* This helps C compiler generate the correct code for multiple functional
- * units. It reduces register dependancies at the expense of 2 more
+ * units. It reduces register dependencies at the expense of 2 more
* registers */
#ifndef DES_RISC1
#undef DES_RISC1
@@ -105,7 +105,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
#endif
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
- * Very mucy CPU dependant */
+ * Very much CPU dependent */
#ifndef DES_UNROLL
#undef DES_UNROLL
#endif