summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/math3d')
-rw-r--r--src/gui/math3d/qgenericmatrix.cpp6
-rw-r--r--src/gui/math3d/qmatrix4x4.cpp6
2 files changed, 6 insertions, 6 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()
*/
diff --git a/src/gui/math3d/qmatrix4x4.cpp b/src/gui/math3d/qmatrix4x4.cpp
index 649532d..a8dabf3 100644
--- a/src/gui/math3d/qmatrix4x4.cpp
+++ b/src/gui/math3d/qmatrix4x4.cpp
@@ -1435,7 +1435,7 @@ QTransform QMatrix4x4::toTransform() const
/*!
\fn float *QMatrix4x4::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(), inferSpecialType()
@@ -1445,7 +1445,7 @@ QTransform QMatrix4x4::toTransform() const
\fn const float *QMatrix4x4::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()
*/
@@ -1454,7 +1454,7 @@ QTransform QMatrix4x4::toTransform() const
\fn const float *QMatrix4x4::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()
*/