diff --git a/src/wp-admin/edit-comments.php b/src/wp-admin/edit-comments.php
index 0bd3b7a09d..4092af60db 100644
--- a/src/wp-admin/edit-comments.php
+++ b/src/wp-admin/edit-comments.php
@@ -102,9 +102,9 @@ if ( $doaction ) {
 		 *
 		 * @since 4.7.0
 		 *
-		 * @param string $redirect_url The redirect URL.
+		 * @param string $redirect_to  The redirect URL.
 		 * @param string $doaction     The action being taken.
-		 * @param array  $items        The items to take the action on.
+		 * @param array  $comment_ids  The comment ids to take the action on.
 		 */
 		$redirect_to = apply_filters( "handle_bulk_actions-{$screen}", $redirect_to, $doaction, $comment_ids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
 	}
