diff --git includes/bootstrap.inc includes/bootstrap.inc
index f6af071..12296be 100644
--- includes/bootstrap.inc
+++ 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 = '';
diff --git includes/password.inc includes/password.inc
index 96ae2df..cce45e4 100644
--- includes/password.inc
+++ includes/password.inc
@@ -148,7 +148,7 @@ function _password_crypt($algo, $password, $setting) {
     return FALSE;
   }
 
-  // Convert the base 2 logrithm into an integer.
+  // Convert the base 2 logarithm into an integer.
   $count = 1 << $count_log2;
 
   // We rely on the hash() function being available in PHP 5.2+.
