From ef2d5777693ac821a68b7ed10417204273a496d9 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 10 Jul 2019 08:06:36 -0700 Subject: [PATCH] panfrost: Typofix Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_tiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/panfrost/pan_tiler.c b/src/gallium/drivers/panfrost/pan_tiler.c index cc81e5663ae..e55cdc42a20 100644 --- a/src/gallium/drivers/panfrost/pan_tiler.c +++ b/src/gallium/drivers/panfrost/pan_tiler.c @@ -50,7 +50,7 @@ * The tiler itself works by reading varyings in and writing a polygon list * out. Unfortunately (for us), both of these buffers are managed in main * memory; although they ideally will be cached, it is the drivers' - * responsibility to allocate these buffers. Varying buffe allocation is + * responsibility to allocate these buffers. Varying buffer allocation is * handled elsewhere, as it is not tiler specific; the real issue is allocating * the polygon list. * -- 2.30.2