summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
diff options
context:
space:
mode:
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;