From bc850408943f23b6a549255d26c13acb37706695 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 2 Jan 2024 21:27:39 +0000 Subject: Move a t to the right place in a comment --- src/lib/libcrypto/evp/evp_cipher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/evp/evp_cipher.c b/src/lib/libcrypto/evp/evp_cipher.c index 1ee52cb615..51e83b7573 100644 --- a/src/lib/libcrypto/evp/evp_cipher.c +++ b/src/lib/libcrypto/evp/evp_cipher.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_cipher.c,v 1.12 2024/01/02 21:24:42 tb Exp $ */ +/* $OpenBSD: evp_cipher.c,v 1.13 2024/01/02 21:27:39 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -854,7 +854,7 @@ EVP_CIPHER_CTX_set_cipher_data(EVP_CIPHER_CTX *ctx, void *cipher_data) } /* - * EVP_CIPHER_CTX getters that reach into the cipher attachted to the contex. + * EVP_CIPHER_CTX getters that reach into the cipher attached to the context. */ int -- cgit v1.2.3-55-g6feb