diff options
Diffstat (limited to 'includes/batch.inc')
-rw-r--r-- | includes/batch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/batch.inc b/includes/batch.inc index 3622c0cb4..1e506abaa 100644 --- a/includes/batch.inc +++ b/includes/batch.inc @@ -213,7 +213,7 @@ function _batch_process() { $set_changed = TRUE; // If this batch was marked for progressive execution (e.g. forms submitted by - // drupal_execute()), initialize a timer to determine whether we need to + // drupal_form_submit()), initialize a timer to determine whether we need to // proceed with the same batch phase when a processing time of 1 second has // been exceeded. if ($batch['progressive']) { |