Skip to content

Commit 908cb0b

Browse files
zeriyoshiTimWolla
andcommitted
Update ext/random/randomizer.c
Co-authored-by: Tim Düsterhus <[email protected]>
1 parent ce29b62 commit 908cb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/random/randomizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PHP_METHOD(Random_Randomizer, __construct)
9191
}
9292
/* }}} */
9393

94-
/* {{{ Generate random number */
94+
/* {{{ Generate positive random number */
9595
PHP_METHOD(Random_Randomizer, nextInt)
9696
{
9797
php_random_randomizer *randomizer = Z_RANDOM_RANDOMIZER_P(ZEND_THIS);

0 commit comments

Comments
 (0)