]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
A typo fix in a comment
authorwillmafh <willmafh@hotmail.com>
Wed, 27 Nov 2024 03:06:36 +0000 (11:06 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 28 Nov 2024 14:05:02 +0000 (15:05 +0100)
CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26069)

include/openssl/engine.h

index 2fbc82c3f9404550d5f0f91003ce7e4a98595067..5b4b504be7db3672a699142f2e089e33ae8a1abb 100644 (file)
@@ -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.
  */