diff options
-rw-r--r-- | src/gallium/drivers/panfrost/pan_mfbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |