diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-29 06:05:32 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-29 06:05:32 +0000 |
commit | 40a5bca229d901228253bb22b53190f40c0d65bd (patch) | |
tree | 2ac29ebe0f8cbf885c9586683cc15a3750112c6c /lib/libcrypto | |
parent | afd73e81f6f5cbaad21eafcf1a904e04401d1bd3 (diff) |
typo: regresss -> regress
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/evp/evp_names.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/evp_names.c b/lib/libcrypto/evp/evp_names.c index 99ad53e3ac8..af3fd17c12e 100644 --- a/lib/libcrypto/evp/evp_names.c +++ b/lib/libcrypto/evp/evp_names.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_names.c,v 1.16 2024/04/09 13:52:41 beck Exp $ */ +/* $OpenBSD: evp_names.c,v 1.17 2024/07/29 06:05:31 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> * @@ -1010,7 +1010,7 @@ static const struct cipher_name cipher_names[] = { /* * Keep this table alphabetically sorted by increasing .name. - * regresss/lib/libcrypto/evp/evp_test.c checks that. + * regress/lib/libcrypto/evp/evp_test.c checks that. */ static const struct digest_name digest_names[] = { |