]> granicus.if.org Git - php/commitdiff
Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed?
authorEgon Schmid <eschmid@php.net>
Mon, 19 Jun 2000 22:12:57 +0000 (22:12 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 19 Jun 2000 22:12:57 +0000 (22:12 +0000)
ext/mcrypt/mcrypt.c

index 4faebe82f1a407d38c3c1fcbccba55cca38e8f6d..fb05fb65e9e4ff788719dc94af7fb36353caa356 100644 (file)
@@ -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;