Make crypto/buildinf.h depend on configdata.pm rather than Makefile
[openssl.git] / crypto / ex_data.c
index fcdc83f9d130375822ba5a6e837aa679072cd54b..f19fa8e60b397ba8c3022e630950e9d82bb69181 100644 (file)
  * exdata has a stack of callbacks for each instance.
  */
 struct ex_callback_st {
-    long argl;                  /* Arbitary long */
-    void *argp;                 /* Arbitary void * */
+    long argl;                  /* Arbitrary long */
+    void *argp;                 /* Arbitrary void * */
     CRYPTO_EX_new *new_func;
     CRYPTO_EX_free *free_func;
     CRYPTO_EX_dup *dup_func;