On 12/9/21 3:17 PM, Eric Biggers wrote:
On Thu, Dec 09, 2021 at 02:38:02PM -0800, Bart Van Assche wrote:
On 12/7/21 5:35 PM, Eric Biggers wrote:
+ /* Now that all child objects were deleted, the queue can be deleted. */
Shouldn't the present tense be used above (were -> are)? Anyway:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>
"deleted" is an action here, not a state. I think it's fine as-is, but maybe
you would prefer the following?
/* Now that we've deleted all child objects, we can delete the queue. */
Both alternatives work for me.
Thanks,
Bart.