summaryrefslogtreecommitdiffstats
path: root/src/network/socket
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-08-19 07:53:39 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-08-19 07:54:33 (GMT)
commit4b8d6db43ba41597beb348a56239c30413ac4be3 (patch)
tree1272fdf8368d6da71dfd082cdcb83e9168b134f0 /src/network/socket
parent23d2550e6d19c3e84ff2167f5696d4b6dd3f49d4 (diff)
downloadQt-4b8d6db43ba41597beb348a56239c30413ac4be3.zip
Qt-4b8d6db43ba41597beb348a56239c30413ac4be3.tar.gz
Qt-4b8d6db43ba41597beb348a56239c30413ac4be3.tar.bz2
Being more precise in the code comments.
Diffstat (limited to 'src/network/socket')
-rw-r--r--src/network/socket/qudpsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/socket/qudpsocket.cpp b/src/network/socket/qudpsocket.cpp
index 5483ece..aeb525c 100644
--- a/src/network/socket/qudpsocket.cpp
+++ b/src/network/socket/qudpsocket.cpp
@@ -97,7 +97,7 @@
\note On Symbian OS bind flags behaviour depends on process capabilties.
If process has NetworkControl capability, the bind attempt with
- ReuseAddressHint will always succeed even the address and port is already
+ ReuseAddressHint will always succeed even if the address and port is already
bound by another socket with any flags. If process does not have
NetworkControl capability, the bind attempt to address and port already
bound by another socket will always fail.