summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-19 22:12:57 +0000
committerEgon Schmid <eschmid@php.net>2000-06-19 22:12:57 +0000
commit772e4fa41a6408e1e2a54e02ee1148a37ceca99f (patch)
treef29babe7be920bde0444725e89f22a1918c359c9 /ext/mcrypt/mcrypt.c
parent8741aa825df47b3806602860e192dca83bdc6151 (diff)
downloadphp-git-772e4fa41a6408e1e2a54e02ee1148a37ceca99f.tar.gz
Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed?
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r--ext/mcrypt/mcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c
index 4faebe82f1..fb05fb65e9 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;