Mesa (master): clover: Fix typo in comment.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 24 03:16:52 UTC 2020


Module: Mesa
Branch: master
Commit: 19da9bd10d94bbda211c6395aef34fe97daabebc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19da9bd10d94bbda211c6395aef34fe97daabebc

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Thu Nov 19 17:09:28 2020 -0800

clover: Fix typo in comment.

Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Karol Herbst <kherbst at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7702>

---

 src/gallium/frontends/clover/core/queue.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
 }



More information about the mesa-commit mailing list