summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-16 17:22:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-16 17:22:51 +0000
commit9990cb75c1131904b0d6958a83ac12cc84135170 (patch)
tree413f6c1a3dfc2a2dee34dc9047a71fbab981c723 /crypto/cryptlib.c
parenta5cc69c7ae0cf1086968d9d9a49a002a704128de (diff)
PR: 1894
Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Fix various typos and stuff.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index f3fc4f111a..44eb2bbc97 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -205,7 +205,7 @@ int CRYPTO_get_new_lockid(char *name)
#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
/* A hack to make Visual C++ 5.0 work correctly when linking as
* a DLL using /MT. Without this, the application cannot use
- * and floating point printf's.
+ * any floating point printf's.
* It also seems to be needed for Visual C 1.5 (win16) */
SSLeay_MSVC5_hack=(double)name[0]*(double)name[1];
#endif