summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qgenericmatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/math3d/qgenericmatrix.cpp')
-rw-r--r--src/gui/math3d/qgenericmatrix.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/math3d/qgenericmatrix.cpp b/src/gui/math3d/qgenericmatrix.cpp
index 734c1e6..a77ca42 100644
--- a/src/gui/math3d/qgenericmatrix.cpp
+++ b/src/gui/math3d/qgenericmatrix.cpp
@@ -224,7 +224,7 @@ QT_BEGIN_NAMESPACE
/*!
\fn InnerT *QGenericMatrix::data()
- Returns a pointer to the raw data of this matrix. This is indended
+ Returns a pointer to the raw data of this matrix. This is intended
for use with raw GL functions.
\sa constData()
@@ -234,7 +234,7 @@ QT_BEGIN_NAMESPACE
\fn const InnerT *QGenericMatrix::data() const
Returns a constant pointer to the raw data of this matrix.
- This is indended for use with raw GL functions.
+ This is intended for use with raw GL functions.
\sa constData()
*/
@@ -243,7 +243,7 @@ QT_BEGIN_NAMESPACE
\fn const InnerT *QGenericMatrix::constData() const
Returns a constant pointer to the raw data of this matrix.
- This is indended for use with raw GL functions.
+ This is intended for use with raw GL functions.
\sa data()
*/