From 0c0b2a4d38a2fb09f468bc8bfec67257237ec0f8 Mon Sep 17 00:00:00 2001 From: Lukas Zapolskas Date: Wed, 19 Mar 2025 16:09:30 +0000 Subject: [PATCH] panfrost: Fix typo in pan_gen_perf.py Signed-off-by: Lukas Zapolskas --- src/panfrost/perf/pan_gen_perf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/perf/pan_gen_perf.py b/src/panfrost/perf/pan_gen_perf.py index e65e20601ed..31d431d5cf7 100644 --- a/src/panfrost/perf/pan_gen_perf.py +++ b/src/panfrost/perf/pan_gen_perf.py @@ -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