freedreno: Fix typo

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11196>
This commit is contained in:
Rob Clark
2021-06-04 17:06:36 -07:00
committed by Marge Bot
parent db83dc619c
commit ad375d0579

View File

@@ -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.