diff --git a/mininet/node.py b/mininet/node.py index d204000..44c5faa 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -541,7 +541,7 @@ class OVSKernelSwitch( Switch ): self.deleteIntfs() # Since kernel threads cannot receive signals like user-space processes, - # disabling the interfaces and ofdatapath is our workaround. + # disabling the interfaces and ovs-openflowd is our workaround. def pause( self ): "Disable interfaces and pause ovs-openflowd."