summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/speed.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-10-07 06:16:55 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-10-07 06:16:55 +0000
commitb4b54f48b0c1eed5fa7bc6e08fe736c445d9c7d7 (patch)
treeb5d393d3959eeeec1a5db1deb15a6fabe04fe9e4 /usr.bin/openssl/speed.c
parent91b39d89318fe466ee0a1b43a1a508ab0b99da99 (diff)
Fix cast-pasto's in comments
Diffstat (limited to 'usr.bin/openssl/speed.c')
-rw-r--r--usr.bin/openssl/speed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/openssl/speed.c b/usr.bin/openssl/speed.c
index 0ca87687bdf..90cf6de0110 100644
--- a/usr.bin/openssl/speed.c
+++ b/usr.bin/openssl/speed.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: speed.c,v 1.19 2016/08/22 04:33:07 deraadt Exp $ */
+/* $OpenBSD: speed.c,v 1.20 2017/10/07 06:16:54 guenther Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -538,7 +538,7 @@ speed_main(int argc, char **argv)
doit[D_EVP] = 1;
} else if (argc > 0 && !strcmp(*argv, "-decrypt")) {
decrypt = 1;
- j--; /* Otherwise, -elapsed gets confused with an
+ j--; /* Otherwise, -decrypt gets confused with an
* algorithm. */
}
else if ((argc > 0) && (strcmp(*argv, "-multi") == 0)) {
@@ -553,7 +553,7 @@ speed_main(int argc, char **argv)
BIO_printf(bio_err, "bad multi count: %s", errstr);
goto end;
}
- j--; /* Otherwise, -mr gets confused with an
+ j--; /* Otherwise, -multi gets confused with an
* algorithm. */
}
else if (argc > 0 && !strcmp(*argv, "-mr")) {