summaryrefslogtreecommitdiff
path: root/lib/dpif.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpif.h')
-rw-r--r--lib/dpif.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dpif.h b/lib/dpif.h
index 475d5a674..883472a59 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -68,9 +68,9 @@
* datapath implements these (e.g. as the Linux and netdev datapaths do), then
* Open vSwitch's ovs-vswitchd daemon can directly control what ports are used
* for switching. Some datapaths might not implement them, or implement them
- * with restrictions on the types of ports that can be added or removed
- * (e.g. on ESX), on systems where port membership can only be changed by some
- * external entity.
+ * with restrictions on the types of ports that can be added or removed,
+ * on systems where port membership can only be changed by some external
+ * entity.
*
* Each datapath must have a port, sometimes called the "local port", whose
* name is the same as the datapath itself, with port number 0. The local port