diff options
Diffstat (limited to 'include/openssl/engine.h')
-rw-r--r-- | include/openssl/engine.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/engine.h b/include/openssl/engine.h index c96580085555..5b4b504be7db 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. */ @@ -612,7 +612,7 @@ OSSL_DEPRECATEDIN_3_0 int ENGINE_get_flags(const ENGINE *e); */ /* - * Initialise a engine type for use (or up its reference count if it's + * Initialise an engine type for use (or up its reference count if it's * already in use). This will fail if the engine is not currently operational * and cannot initialise. */ @@ -620,7 +620,7 @@ OSSL_DEPRECATEDIN_3_0 int ENGINE_get_flags(const ENGINE *e); OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); # endif /* - * Free a functional reference to a engine type. This does not require a + * Free a functional reference to an engine type. This does not require a * corresponding call to ENGINE_free as it also releases a structural * reference. */ |