diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc
index ec0196087c56bc09eba40d4c1834feea2415d45e..0ddbdccf07f6c1e0dd7600af640f3ec3e6fff0df 100644
--- a/core/includes/bootstrap.inc
+++ b/core/includes/bootstrap.inc
@@ -46,7 +46,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