summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCreapermann <prtnprvtmail@protonmail.com>2022-10-07 22:12:47 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-19 19:36:14 +0000
commitc6763af0345758d01bcb1b215173ca0caf74350a (patch)
treede9f0205c3589c123c19545db20f0d614ef1ea83 /src
parent474b6939ae275437525493ec87fb4186041cafae (diff)
Fix typos
Remove wrong 'the's from descriptions Task-number: QTBUG-107137 Change-Id: Ie901f7cc8fa4afd5c3d65a315ba178840c051c9f Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 1f7df57a3bd3f89eff62c3e325a7ee62209320db) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/serialbus/qcanbusframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialbus/qcanbusframe.cpp b/src/serialbus/qcanbusframe.cpp
index f294281..863f4b1 100644
--- a/src/serialbus/qcanbusframe.cpp
+++ b/src/serialbus/qcanbusframe.cpp
@@ -417,7 +417,7 @@ QString QCanBusFrame::toString() const
/*! \relates QCanBusFrame
Writes a \a frame to the stream (\a out) and returns a reference
- to the it.
+ to it.
*/
QDataStream &operator<<(QDataStream &out, const QCanBusFrame &frame)
{
@@ -440,7 +440,7 @@ QDataStream &operator<<(QDataStream &out, const QCanBusFrame &frame)
/*! \relates QCanBusFrame
Reads a \a frame from the stream (\a in) and returns a
- reference to the it.
+ reference to it.
*/
QDataStream &operator>>(QDataStream &in, QCanBusFrame &frame)
{