mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:
parent
105fc1c615
commit
19da9bd10d
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ command_queue::sequence(hard_event &ev) {
|
||||||
|
|
||||||
// Arbitrary threshold.
|
// Arbitrary threshold.
|
||||||
// The CTS tends to run a lot of subtests without flushing with the image
|
// 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)
|
if (queued_events.size() > 1000)
|
||||||
flush_unlocked();
|
flush_unlocked();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue