Mesa (master): panfrost: Comment spelling fix

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Mar 14 22:51:06 UTC 2019


Module: Mesa
Branch: master
Commit: 79e474fa46d560e1f6bdab345f88f657513dc96f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=79e474fa46d560e1f6bdab345f88f657513dc96f

Author: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Date:   Wed Mar 13 00:53:18 2019 +0000

panfrost: Comment spelling fix

Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>

---

 src/gallium/drivers/panfrost/pan_mfbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/panfrost/pan_mfbd.c b/src/gallium/drivers/panfrost/pan_mfbd.c
index 68c842981f3..ac7f9ed665f 100644
--- a/src/gallium/drivers/panfrost/pan_mfbd.c
+++ b/src/gallium/drivers/panfrost/pan_mfbd.c
@@ -198,7 +198,7 @@ panfrost_mfbd_upload(
                 UPLOAD(m_f_trans, offset, &rts[c], total_sz);
         }
 
-        /* Return pointer suitable for the fragment seciton */
+        /* Return pointer suitable for the fragment section */
         return m_f_trans.gpu | MALI_MFBD | (has_extra ? 2 : 0);
 }
 




More information about the mesa-commit mailing list