Fix engine cryptodev: pointer to IV
[oweals/openssl.git] / crypto / engine / eng_int.h
index beaa878e36f292df9d63a0d0a7d115fa6865e127..b1752957db5770bda9e88e2a49061dcd2e2ccff0 100644 (file)
@@ -207,7 +207,7 @@ struct engine_st {
     int struct_ref;
     /*
      * reference count on usability of the engine type. NB: This controls the
-     * loading and initialisation of any functionlity required by this
+     * loading and initialisation of any functionality required by this
      * engine, whereas the previous count is simply to cope with
      * (de)allocation of this structure. Hence, running_ref <= struct_ref at
      * all times.