Fixed comment typo.

Change-Id: I5f68cff001a6059806d1dd5e99db59754290ce71
This commit is contained in:
Aaron Schulz 2012-12-19 16:00:29 -08:00
parent b65bcc765d
commit e850590b7d

View file

@ -405,7 +405,7 @@ class JobQueueDB extends JobQueue {
$key = $this->getRootJobCacheKey( $params['rootJobSignature'] );
// Callers should call batchInsert() and then this function so that if the insert
// fails, the de-duplication registration will be aborted. Since the insert is
// deferred till "transaction idle", do that same here, so that the ordering is
// deferred till "transaction idle", do the same here, so that the ordering is
// maintained. Having only the de-duplication registration succeed would cause
// jobs to become no-ops without any actual jobs that made them redundant.
$this->getMasterDB()->onTransactionIdle( function() use ( $params, $key ) {