summaryrefslogtreecommitdiff
path: root/src/network/core/udp.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-03 17:30:08 +0000
committerrubidium <rubidium@openttd.org>2009-11-03 17:30:08 +0000
commitd79439fb3c7798c2ec993acc9cfb5602b9d6a82c (patch)
tree807690f133385b8ba647eeea77bef2c128edd3bc /src/network/core/udp.cpp
parentb211e0d5f5a402665ed5178397e996deb12b0f85 (diff)
downloadopenttd-d79439fb3c7798c2ec993acc9cfb5602b9d6a82c.tar.xz
(svn r17963) -Codechange: some documentation style
Diffstat (limited to 'src/network/core/udp.cpp')
-rw-r--r--src/network/core/udp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/udp.cpp b/src/network/core/udp.cpp
index 6ab412d84..c9bbcf353 100644
--- a/src/network/core/udp.cpp
+++ b/src/network/core/udp.cpp
@@ -133,7 +133,7 @@ void NetworkUDPSocketHandler::ReceivePackets()
p.PrepareToRead();
/* If the size does not match the packet must be corrupted.
- * Otherwise it will be marked as corrupted later on. */
+ * Otherwise it will be marked as corrupted later on. */
if (nbytes != p.size) {
DEBUG(net, 1, "received a packet with mismatching size from %s", address.GetAddressAsString());
return;