From: willmafh Date: Wed, 27 Nov 2024 03:06:36 +0000 (+0800) Subject: A typo fix in a comment X-Git-Tag: openssl-3.5.0-alpha1~878 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b05db0e2000b9dc34feefe55c4093a14e31cfed;p=thirdparty%2Fopenssl.git A typo fix in a comment CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26069) --- diff --git a/include/openssl/engine.h b/include/openssl/engine.h index 2fbc82c3f94..5b4b504be7d 100644 --- a/include/openssl/engine.h +++ b/include/openssl/engine.h @@ -88,7 +88,7 @@ extern "C" { # define ENGINE_FLAGS_BY_ID_COPY (int)0x0004 /* - * This flag if for an ENGINE that does not want its methods registered as + * This flag is for an ENGINE that does not want its methods registered as * part of ENGINE_register_all_complete() for example if the methods are not * usable as default methods. */