diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index ea768930c22d1a507d81b099896592a738d20852..c87b089e52f3a0bd9afc6c740dc61e8d958139c6 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1055,7 +1055,7 @@ function drupal_page_get_cache($check_only = FALSE) {
  * Determines the cacheability of the current page.
  *
  * @param $allow_caching
- *   Set to FALSE if you want to prevent this page to get cached.
+ *   Set to FALSE if you want to prevent this page from being cached.
  *
  * @return
  *   TRUE if the current page can be cached, FALSE otherwise.