summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qiodevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qiodevice.cpp')
-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 d64c2f37cb..924876b785 100644
--- a/src/corelib/io/qiodevice.cpp
+++ b/src/corelib/io/qiodevice.cpp
@@ -1727,7 +1727,7 @@ qint64 QIODevice::write(const char *data)
/*!
\overload
- Writes the content of \a byteArray to the device. Returns the number of
+ Writes the content of \a data to the device. Returns the number of
bytes that were actually written, or -1 if an error occurred.
\sa read(), writeData()