summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Hoog Antink <rha_zebedee@disconnect.ch>2013-07-09 18:54:56 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2013-10-21 23:12:47 +0200
commitb25c6c175be8c95cf6e0cb8de6a84f0b5da6db4b (patch)
tree01de0201dac91528dc02803446573144f97267a0
parent04f83c436725e32b6655fdd69ea454b3c52008f8 (diff)
downloadudp-broadcast-relay-b25c6c175be8c95cf6e0cb8de6a84f0b5da6db4b.tar.gz
udp-broadcast-relay-b25c6c175be8c95cf6e0cb8de6a84f0b5da6db4b.zip
tiny comment cleanup
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 167462a..c6d8cea 100644
--- a/main.c
+++ b/main.c
@@ -157,7 +157,7 @@ int main(int argc,char **argv)
}
ttl = id+TTL_ID_OFFSET;
gram[8] = ttl;
- /* The is is used to detect packets we just sent, and is stored in the "ttl" field,
+ /* The id is used to detect packets we just sent, and is stored in the "ttl" field,
* which is not used with broadcast packets. Beware when using this with
* non-broadcast-packets */
@@ -366,7 +366,7 @@ int main(int argc,char **argv)
{
if (ifs[x].ifindex == rcv_ifindex) continue; /* no bounces, please */
- /* Set destination addr ip - port is set already*/
+ /* Set destination addr ip - port is set already */
bcopy(&(ifs[x].dstaddr.sin_addr.s_addr),(gram+16),4);
DPRINT ("Sent to %s:%d on interface %i\n",