Fix misspelled deprecation macro name in comment
[openssl.git] / include / openssl / macros.h
index 4579fc8eb3df1f35a62b899919aa045da7e68474..55b825a1f1fbc3f035a28f9765d467ea94f7a90c 100644 (file)
 /*
  * Define macros for deprecation and simulated removal purposes.
  *
- * The macros OSSL_DEPRECATED_{major}_{minor} are always defined for
+ * The macros OSSL_DEPRECATEDIN_{major}_{minor} are always defined for
  * all OpenSSL versions we care for.  They can be used as attributes
  * in function declarations where appropriate.
  *