summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_mips_dsp_asm.S
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2021-10-09 17:28:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-12 10:52:20 +0000
commite176a1afe9b3042818d4e487bd9d235e102d3a24 (patch)
treea515dbfd18b51280ce20a1840444b6c39944fe16 /src/gui/painting/qdrawhelper_mips_dsp_asm.S
parentd3d64f62c74d87a43509618607480334cffc5e58 (diff)
gui: Fix typos in source code comments
Change-Id: Ie53e5542a8f93856470982939ecd8ec90b323d69 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> (cherry picked from commit 651d7debe1effb1288194344cd4ec82377092a5b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/gui/painting/qdrawhelper_mips_dsp_asm.S')
-rw-r--r--src/gui/painting/qdrawhelper_mips_dsp_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qdrawhelper_mips_dsp_asm.S b/src/gui/painting/qdrawhelper_mips_dsp_asm.S
index c6b34293b6..895adacba2 100644
--- a/src/gui/painting/qdrawhelper_mips_dsp_asm.S
+++ b/src/gui/painting/qdrawhelper_mips_dsp_asm.S
@@ -1970,7 +1970,7 @@ LEAF_MIPS_DSP(fetchUntransformed_444_asm_mips_dsp)
2:
andi t0, a1, 0x3
beqz t0, 3f /* memory is word aligned */
- andi a3, a2, 0x1 /* set the a3 register as the comparation
+ andi a3, a2, 0x1 /* set the a3 register as the comparison
* for ending the unrolled loop
* (1 if odd, 0 if even) */
b 1b /* not word aligned,