panfrost: Fix typo in pan_gen_perf.py

Signed-off-by: Lukas Zapolskas <lukas.zapolskas@arm.com>
This commit is contained in:
Lukas Zapolskas 2025-03-19 16:09:30 +00:00 committed by Christoph Pillmayer
parent f34b53396a
commit 0c0b2a4d38

View file

@ -41,7 +41,7 @@ class Counter:
class Category:
# product Product owning the gategory
# product Product owning the category
# xml XML representation of itself
def __init__(self, product, xml):
self.product = product