From d69a1baea1740a32a0080d5fdc84dc64f7ada807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Wed, 1 Feb 2023 13:38:39 +0100 Subject: [PATCH] examples: Fix typo in CsmaBridgeOneHop --- src/bridge/examples/csma-bridge-one-hop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bridge/examples/csma-bridge-one-hop.cc b/src/bridge/examples/csma-bridge-one-hop.cc index 14ba2b1d5..50ffa8eb5 100644 --- a/src/bridge/examples/csma-bridge-one-hop.cc +++ b/src/bridge/examples/csma-bridge-one-hop.cc @@ -16,7 +16,7 @@ // Network topology // // bridge1 The node named bridge1 (node 5 in the nodelist) -// ------------------ has three CMSA net devices that are bridged +// ------------------ has three CSMA net devices that are bridged // CSMA CSMA CSMA together using a BridgeNetDevice. // | | | // | | | The bridge node talks over three CSMA channels @@ -34,7 +34,7 @@ // | | | // | | | // CSMA CSMA CSMA The node named bridge2 (node 6 in the nodelist) -// ------------------ has three CMSA net devices that are bridged +// ------------------ has three CSMA net devices that are bridged // bridge2 together using a BridgeNetDevice. // // Or, more abstractly, recognizing that bridge 1 and bridge 2 are nodes