panfrost: Typofix
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 10 Jul 2019 15:06:36 +0000 (08:06 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 10 Jul 2019 16:45:16 +0000 (09:45 -0700)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_tiler.c

index cc81e5663ae30d439997b618ef9fc5bb0f66d72e..e55cdc42a202e783bf9a769cc63c705134c398eb 100644 (file)
@@ -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.
  *