diff --git a/core/lib/Drupal/Core/Batch/BatchStorageInterface.php b/core/lib/Drupal/Core/Batch/BatchStorageInterface.php
index cfb5a54..5266572 100644
--- a/core/lib/Drupal/Core/Batch/BatchStorageInterface.php
+++ b/core/lib/Drupal/Core/Batch/BatchStorageInterface.php
@@ -7,7 +7,9 @@
 
 namespace Drupal\Core\Batch;
 
-
+/**
+ * Defines a common interface for batch storage operations.
+ */
 interface BatchStorageInterface {
 
   /**
@@ -38,7 +40,7 @@ public function create(array $batch);
   public function update(array $batch);
 
   /**
-   * Loads a batch.
+   * Deletes a batch.
    *
    * @param int $id
    *   The ID of the batch to delete.
