summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_ssse3.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-01-07 11:37:12 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-01-07 11:37:12 (GMT)
commit67267842ce658d956f11d52194566b6de1f84f9a (patch)
tree5efbab1f89f2f0ae46a09dfdd4225394122ae8a0 /src/gui/painting/qdrawhelper_ssse3.cpp
parent84658ec4e650b12dcea6f886b530e66a195465cf (diff)
downloadQt-67267842ce658d956f11d52194566b6de1f84f9a.zip
Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.gz
Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'src/gui/painting/qdrawhelper_ssse3.cpp')
-rw-r--r--src/gui/painting/qdrawhelper_ssse3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qdrawhelper_ssse3.cpp b/src/gui/painting/qdrawhelper_ssse3.cpp
index fb5602e..01e0ccf 100644
--- a/src/gui/painting/qdrawhelper_ssse3.cpp
+++ b/src/gui/painting/qdrawhelper_ssse3.cpp
@@ -80,7 +80,7 @@ inline static void blend_pixel(quint32 &dst, const quint32 src)
// Basically blend src over dst with the const alpha defined as constAlphaVector.
-// nullVector, half, one, colorMask are constant accross the whole image/texture, and should be defined as:
+// nullVector, half, one, colorMask are constant across the whole image/texture, and should be defined as:
//const __m128i nullVector = _mm_set1_epi32(0);
//const __m128i half = _mm_set1_epi16(0x80);
//const __m128i one = _mm_set1_epi16(0xff);