summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/frontends/clover/core/queue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/frontends/clover/core/queue.cpp b/src/gallium/frontends/clover/core/queue.cpp
index 33a760d6b0a..0b14706c4d2 100644
--- a/src/gallium/frontends/clover/core/queue.cpp
+++ b/src/gallium/frontends/clover/core/queue.cpp
@@ -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();
}