diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-07-20 19:51:58 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-07-20 19:51:58 -0700 |
commit | d05e8a9772341f36fd767e862193ee95d14ea790 (patch) | |
tree | d4acde5735fe96b3bed7c4d927ad68a93f428614 /node | |
parent | 1e8ead441c90b731573d7949152643e0082bdb2e (diff) | |
parent | cac6be87ba850d6617198dfc44b3f23fe9054fa2 (diff) | |
download | infinitytier-d05e8a9772341f36fd767e862193ee95d14ea790.tar.gz infinitytier-d05e8a9772341f36fd767e862193ee95d14ea790.zip |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'node')
-rw-r--r-- | node/MulticastGroup.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/MulticastGroup.hpp b/node/MulticastGroup.hpp index ad0c410c..61fb55f2 100644 --- a/node/MulticastGroup.hpp +++ b/node/MulticastGroup.hpp @@ -89,7 +89,7 @@ public: throw() { if (ip.isV4()) { - // IPv4 wants braodcast MACs, so we shove the V4 address itself into + // IPv4 wants broadcast MACs, so we shove the V4 address itself into // the Multicast Group ADI field. Making V4 ARP work is basically why // ADI was added, as well as handling other things that want mindless // Ethernet broadcast to all. |