From ad375d0579774934251e5e1a7fb15e7be958c082 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Fri, 4 Jun 2021 17:06:36 -0700 Subject: [PATCH] freedreno: Fix typo Signed-off-by: Rob Clark Part-of: --- 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.