summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-01-31 16:47:46 +0100
committerLinus Jahn <lnj@kaidan.im>2020-02-02 01:18:25 +0100
commitaadf21b25cad7026f07a5fe7bf19fbedfb1866b7 (patch)
tree60f0fc852e9733d62aea0ae685123fe3328af382 /src/corelib/io
parentd52ed0a8ead988d859cc85b944e0226325f87722 (diff)
Fix 'the the' typo in comments
Change-Id: I00fcb1c2374e7ca168b6240f9d41c0323fb0867c Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qiodevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qiodevice.cpp b/src/corelib/io/qiodevice.cpp
index e26508e631..076b2394ba 100644
--- a/src/corelib/io/qiodevice.cpp
+++ b/src/corelib/io/qiodevice.cpp
@@ -714,7 +714,7 @@ void QIODevicePrivate::setReadChannelCount(int count)
/*!
\since 5.7
- Returns the the index of the current write channel.
+ Returns the index of the current write channel.
\sa setCurrentWriteChannel(), writeChannelCount()
*/