clover: Fix typo in comment.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7702>
This commit is contained in:
Vinson Lee 2020-11-19 17:09:28 -08:00 committed by Marge Bot
parent 105fc1c615
commit 19da9bd10d

View file

@ -138,7 +138,7 @@ command_queue::sequence(hard_event &ev) {
// Arbitrary threshold.
// The CTS tends to run a lot of subtests without flushing with the image
// tests, so flush regulary to prevent stack overflows.
// tests, so flush regularly to prevent stack overflows.
if (queued_events.size() > 1000)
flush_unlocked();
}