From 0b05db0e2000b9dc34feefe55c4093a14e31cfed Mon Sep 17 00:00:00 2001 From: willmafh Date: Wed, 27 Nov 2024 11:06:36 +0800 Subject: [PATCH] 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) --- include/openssl/engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openssl/engine.h b/include/openssl/engine.h index 2fbc82c3f9..5b4b504be7 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. */