Adam Ierymenko 10 年之前
父节点
当前提交
8c18c60c00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      node/MulticastGroup.hpp

+ 1 - 1
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.