X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fex_data.c;h=176574766b838f893c019e0e46f4a29848889db7;hb=49b8142262247dcf6e0308e26cdb2d7f1bbafcb8;hp=741bb570f067d3a28ecfae8ea0fbb90b59c585c2;hpb=f0e8ae723cf8f86a91bdc5be8a6a5b956309729f;p=openssl.git diff --git a/crypto/ex_data.c b/crypto/ex_data.c index 741bb570f0..176574766b 100644 --- a/crypto/ex_data.c +++ b/crypto/ex_data.c @@ -141,7 +141,7 @@ char *CRYPTO_get_ex_data(CRYPTO_EX_DATA *ad, int idx) return(sk_value(ad->sk,idx)); } -/* The callback is called with the 'object', which is the origional data object +/* The callback is called with the 'object', which is the original data object * being duplicated, a pointer to the * 'new' object to be inserted, the index, and the argi/argp */