documentation: Correct MeshPointDevice group name

This commit is contained in:
Junling Bu
2016-09-16 10:50:12 -07:00
parent f46c7cb9ce
commit e17b7be260

View File

@@ -38,7 +38,7 @@ MeshPointDevice::GetTypeId ()
{
static TypeId tid = TypeId ("ns3::MeshPointDevice")
.SetParent<NetDevice> ()
.SetGroupName ("Dsr")
.SetGroupName ("Mesh")
.AddConstructor<MeshPointDevice> ()
.AddAttribute ("Mtu", "The MAC-level Maximum Transmission Unit",
UintegerValue (0xffff),