diff --git a/core/includes/install.inc b/core/includes/install.inc
index 98d7b7db0f194918c6460631f184fc0d6280683a..c38e45a505d73c08331465428d82ba6fda3d08b0 100644
--- a/core/includes/install.inc
+++ b/core/includes/install.inc
@@ -1105,7 +1105,7 @@ function db_run_tasks($driver) {
  *   The name of the driver.
  *
  * @return \Drupal\Core\Database\Install\Tasks
- *    A class defining the requirements and tasks for installing the database.
+ *   A class defining the requirements and tasks for installing the database.
  */
 function db_installer_object($driver) {
   // We cannot use Database::getConnection->getDriverClass() here, because