From 772e4fa41a6408e1e2a54e02ee1148a37ceca99f Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 19 Jun 2000 22:12:57 +0000 Subject: [PATCH] Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed? --- ext/mcrypt/mcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 4faebe82f1a..fb05fb65e9e 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -177,7 +177,7 @@ typedef enum { } iv_source; /* {{{ proto string mcrypt_create_iv(int size, int source) - Create an initializing vector (iv) */ + Create an initializing vector (IV) */ PHP_FUNCTION(mcrypt_create_iv) { pval **size, **psource;