diff --git a/core/includes/theme.inc b/core/includes/theme.inc
index 1a0f58dd4a28f28aa548f775ad05208c58bf2c41..446134869180ae0b8cfc68950cf27d87454153a4 100644
--- a/core/includes/theme.inc
+++ b/core/includes/theme.inc
@@ -1950,7 +1950,7 @@ function drupal_pre_render_page(array $element) {
  *   An associative array containing:
  *   - page: A render element representing the page.
  *
- * @see system_elements()
+ * @see system_element_info()
  */
 function template_preprocess_html(&$variables) {
   /** @var $page \Drupal\Core\Page\HtmlPage */