summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-17 15:30:13 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-17 15:30:13 -0700
commit8c18c60c0082fcf50ba18f413e16df36a25466c1 (patch)
tree8fe10f65b9a727202d024916ae54487cde042236
parentbca8886ff82bd971df093c1533e1733a196fc637 (diff)
downloadinfinitytier-8c18c60c0082fcf50ba18f413e16df36a25466c1.tar.gz
infinitytier-8c18c60c0082fcf50ba18f413e16df36a25466c1.zip
sp.
-rw-r--r--node/MulticastGroup.hpp2
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.