Skip to content

Commit ad4be80

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

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
@@ -86,7 +86,7 @@ PHP_METHOD(Random_Randomizer, __construct)
8686
}
8787
/* }}} */
8888

89-
/* {{{ Generate random number */
89+
/* {{{ Generate positive random number */
9090
PHP_METHOD(Random_Randomizer, nextInt)
9191
{
9292
php_random_randomizer *randomizer = Z_RANDOM_RANDOMIZER_P(ZEND_THIS);

0 commit comments

Comments
 (0)