panfrost: Comment spelling fix
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Wed, 13 Mar 2019 00:53:18 +0000 (00:53 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Thu, 14 Mar 2019 22:47:12 +0000 (22:47 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/pan_mfbd.c

index 68c842981f3a7750de817314c453456bafb63002..ac7f9ed665f0dd4eb5fca6aef747dce033441ccd 100644 (file)
@@ -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);
 }