From e38eced5b24c9ac14880daf6256db41e61f7b6ac Mon Sep 17 00:00:00 2001 From: miod <> Date: Sat, 12 Jul 2014 11:25:25 +0000 Subject: typos --- src/lib/libcrypto/asn1/x_name.c | 4 ++-- src/lib/libcrypto/bn/asm/ia64.S | 2 +- src/lib/libcrypto/whrlpool/wp_dgst.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/asn1/x_name.c b/src/lib/libcrypto/asn1/x_name.c index 98993c84fc..7c77ceea3b 100644 --- a/src/lib/libcrypto/asn1/x_name.c +++ b/src/lib/libcrypto/asn1/x_name.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_name.c,v 1.19 2014/07/11 08:44:47 jsing Exp $ */ +/* $OpenBSD: x_name.c,v 1.20 2014/07/12 11:25:25 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -335,7 +335,7 @@ x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent, const char *fname, * In future we could also normalize the UTF8 too. * * By doing this comparison of Name structures can be rapidly - * perfomed by just using memcmp() of the canonical encoding. + * performed by just using memcmp() of the canonical encoding. * By omitting the leading SEQUENCE name constraints of type * dirName can also be checked with a simple memcmp(). */ diff --git a/src/lib/libcrypto/bn/asm/ia64.S b/src/lib/libcrypto/bn/asm/ia64.S index 951abc53ea..7c4fbd3118 100644 --- a/src/lib/libcrypto/bn/asm/ia64.S +++ b/src/lib/libcrypto/bn/asm/ia64.S @@ -493,7 +493,7 @@ bn_sqr_words: // possible to compress the epilogue (I'm getting tired to write this // comment over and over) and get down to 2*n+16 at the cost of // scalability. The decision will very likely be reconsidered after the -// benchmark program is profiled. I.e. if perfomance gain on Itanium +// benchmark program is profiled. I.e. if performance gain on Itanium // will appear larger than loss on "wider" IA-64, then the loop should // be explicitely split and the epilogue compressed. .L_bn_sqr_words_ctop: diff --git a/src/lib/libcrypto/whrlpool/wp_dgst.c b/src/lib/libcrypto/whrlpool/wp_dgst.c index 35454758d6..663f2ef5de 100644 --- a/src/lib/libcrypto/whrlpool/wp_dgst.c +++ b/src/lib/libcrypto/whrlpool/wp_dgst.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wp_dgst.c,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */ +/* $OpenBSD: wp_dgst.c,v 1.4 2014/07/12 11:25:25 miod Exp $ */ /** * The Whirlpool hashing function. * @@ -49,7 +49,7 @@ * * Unlike authors' reference implementation, block processing * routine whirlpool_block is designed to operate on multi-block - * input. This is done for perfomance. + * input. This is done for performance. */ #include "wp_locl.h" -- cgit v1.2.3-55-g6feb