summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-06-02 12:37:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-06-02 12:37:02 +0000
commit5e428e7d0d53522e82a1eb6e418de8b7138e4cda (patch)
treeb801db9fa55b866f6dbc2137ac014418c90f6237 /crypto
parentc9777d2659414e632c9dea09787edf988ea1e01e (diff)
downloadopenssl-new-5e428e7d0d53522e82a1eb6e418de8b7138e4cda.tar.gz
Typo.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/pmeth_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 6caf7955e4..94d04a9b9f 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -131,7 +131,7 @@ static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id)
}
/* If an ENGINE handled this method look it up. Othewise
- * use internal table.S
+ * use internal tables.
*/
if (e)