clover: Fix typo in comment.
authorVinson Lee <vlee@freedesktop.org>
Fri, 20 Nov 2020 01:09:28 +0000 (17:09 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 24 Nov 2020 03:10:17 +0000 (03:10 +0000)
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>

src/gallium/frontends/clover/core/queue.cpp

index 33a760d..0b14706 100644 (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();
 }