diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 3cc58e027..ae7a46204 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1715,7 +1715,7 @@ function drupal_random_bytes($count) { if (!isset($random_state)) { $random_state = print_r($_SERVER, TRUE); if (function_exists('getmypid')) { - // further initialize with the somewhat random PHP process ID. + // Further initialize with the somewhat random PHP process ID. $random_state .= getmypid(); } $bytes = ''; |