From e17b7be260efdd65bb32c25adf64cea1e5ccd912 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Fri, 16 Sep 2016 10:50:12 -0700 Subject: [PATCH] documentation: Correct MeshPointDevice group name --- src/mesh/model/mesh-point-device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/model/mesh-point-device.cc b/src/mesh/model/mesh-point-device.cc index 899728b1d..74fafbdde 100644 --- a/src/mesh/model/mesh-point-device.cc +++ b/src/mesh/model/mesh-point-device.cc @@ -38,7 +38,7 @@ MeshPointDevice::GetTypeId () { static TypeId tid = TypeId ("ns3::MeshPointDevice") .SetParent () - .SetGroupName ("Dsr") + .SetGroupName ("Mesh") .AddConstructor () .AddAttribute ("Mtu", "The MAC-level Maximum Transmission Unit", UintegerValue (0xffff),