Mesa (main): freedreno: Fix typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 5 19:09:11 UTC 2021


Module: Mesa
Branch: main
Commit: ad375d0579774934251e5e1a7fb15e7be958c082
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad375d0579774934251e5e1a7fb15e7be958c082

Author: Rob Clark <robdclark at chromium.org>
Date:   Fri Jun  4 17:06:36 2021 -0700

freedreno: Fix typo

Signed-off-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11196>

---

 src/gallium/drivers/freedreno/freedreno_batch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/freedreno/freedreno_batch.c b/src/gallium/drivers/freedreno/freedreno_batch.c
index 3780e1e892d..0f4e91a90cf 100644
--- a/src/gallium/drivers/freedreno/freedreno_batch.c
+++ b/src/gallium/drivers/freedreno/freedreno_batch.c
@@ -379,7 +379,7 @@ batch_flush(struct fd_batch *batch) assert_dt
    debug_assert(batch->reference.count > 0);
 
    fd_screen_lock(batch->ctx->screen);
-   /* NOTE: remove=false removes the patch from the hashtable, so future
+   /* NOTE: remove=false removes the batch from the hashtable, so future
     * lookups won't cache-hit a flushed batch, but leaves the weak reference
     * to the batch to avoid having multiple batches with same batch->idx, as
     * that causes all sorts of hilarity.



More information about the mesa-commit mailing list