summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-08-16 10:46:42 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 22:45:27 +0200
commit64d22311d809a710a5dee9143c7b662e9f2b20ec (patch)
tree4d9859ddeb65bb93e47c29cffd000f2d211af45d /src/corelib/tools/qsimd.cpp
parent751743af4bb80de65399e381d344a2af0968b895 (diff)
Doc: Fix spelling errors
Change-Id: Ibae8d10183f6b15a16b1499daa2df8802dbb014e Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/corelib/tools/qsimd.cpp')
-rw-r--r--src/corelib/tools/qsimd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qsimd.cpp b/src/corelib/tools/qsimd.cpp
index 244ed2ef75..dd57c1a7e0 100644
--- a/src/corelib/tools/qsimd.cpp
+++ b/src/corelib/tools/qsimd.cpp
@@ -390,7 +390,7 @@ void qDetectCpuFeatures()
// For that reason, simply forego the CPUID check at all and return the set
// of features that we found at compile time, through the #defines from the
// compiler. This should at least allow code to execute, even if none of
- // the specialised code found in QtGui and elsewhere will ever be enabled
+ // the specialized code found in QtGui and elsewhere will ever be enabled
// (it's the user's fault for using a broken compiler).
//
// This also disables the runtime checking that the processor actually