summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpixelformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qpixelformat.cpp')
-rw-r--r--src/gui/kernel/qpixelformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qpixelformat.cpp b/src/gui/kernel/qpixelformat.cpp
index c28fe7ac63..3100d13398 100644
--- a/src/gui/kernel/qpixelformat.cpp
+++ b/src/gui/kernel/qpixelformat.cpp
@@ -485,7 +485,7 @@ QT_BEGIN_NAMESPACE
/*!
\fn ByteOrder QPixelFormat::byteOrder() const
- The byte order is almost always set the the byte order of the current
+ The byte order is almost always set the byte order of the current
system. However, it can be useful to describe some YUV formats. This
function should never return QPixelFormat::CurrentSystemEndian as this
value is translated to a endian value in the constructor.