From 2b0553810350f590fdc65a9232c25bdd588356ae Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 2 Jan 2024 21:27:39 +0000 Subject: [PATCH] Move a t to the right place in a comment --- lib/libcrypto/evp/evp_cipher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/evp/evp_cipher.c b/lib/libcrypto/evp/evp_cipher.c index 1ee52cb6156..51e83b7573e 100644 --- a/lib/libcrypto/evp/evp_cipher.c +++ b/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 -- 2.20.1