diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc
index cb17184da8d50c2cc7df96689a0a96e3e94ebdc4..ff7abba0bf72c0d8dfd1eacf26f9fb6508d06991 100644
--- a/core/includes/bootstrap.inc
+++ b/core/includes/bootstrap.inc
@@ -113,7 +113,7 @@
  * @see http://php.net/manual/reserved.variables.server.php
  * @see http://php.net/manual/function.time.php
  *
- * @deprecated in drupal:8.3.0 and is removed from drupal:10.0.0.
+ * @deprecated in drupal:8.3.0 and is removed from drupal:11.0.0.
  *   Use \Drupal::time()->getRequestTime();
  *
  * @see https://www.drupal.org/node/2785211