From: Alyssa Rosenzweig Date: Wed, 13 Mar 2019 00:53:18 +0000 (+0000) Subject: panfrost: Comment spelling fix X-Git-Tag: upstream/19.3.0~8081 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e474fa46d560e1f6bdab345f88f657513dc96f;p=platform%2Fupstream%2Fmesa.git panfrost: Comment spelling fix Signed-off-by: Alyssa Rosenzweig --- diff --git a/src/gallium/drivers/panfrost/pan_mfbd.c b/src/gallium/drivers/panfrost/pan_mfbd.c index 68c8429..ac7f9ed 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); }