diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc
index b042a1580de44bd2209943496925e9f622bbfa32..d9b22ee045b0dc947cededcde9a26570173b0777 100644
--- a/core/includes/install.core.inc
+++ b/core/includes/install.core.inc
@@ -132,7 +132,7 @@ function install_drupal($class_loader, $settings = [], callable $callback = NULL
   // $install_state['installation_finished'] is TRUE. In case the last task
   // has been processed, remove the global $install_state, so other code can
   // reliably check whether it is running during the installer.
-  // @see drupal_installation_attempted()
+  // @see \Drupal\Core\Installer\InstallerKernel::installationAttempted()
   $state = $install_state;
   if (!empty($install_state['installation_finished'])) {
     unset($GLOBALS['install_state']);