summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 47d369e2f..f5e407f37 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -2115,7 +2115,7 @@ function _drupal_bootstrap_page_cache() {
// If there is no session cookie and cache is enabled (or forced), try
// to serve a cached page.
if (!isset($_COOKIE[session_name()]) && $cache_enabled) {
- // Make sure there is a user object because it's timestamp will be
+ // Make sure there is a user object because its timestamp will be
// checked, hook_boot might check for anonymous user etc.
$user = drupal_anonymous_user();
// Get the page from the cache.