xlate: Fix typo in comment.
authorJarno Rajahalme <jarno@ovn.org>
Tue, 21 Jun 2016 16:41:01 +0000 (09:41 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Tue, 21 Jun 2016 16:41:01 +0000 (09:41 -0700)
Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif-xlate.c

index 6013831..f8c4a93 100644 (file)
@@ -890,7 +890,7 @@ xlate_xport_copy(struct xbridge *xbridge, struct xbundle *xbundle,
  * This needs to be called after editing the xlate configuration.
  *
  * Functions that edit the new xlate configuration are
- * xlate_<ofport/bundle/ofport>_set and xlate_<ofport/bundle/ofport>_remove.
+ * xlate_<ofproto/bundle/ofport>_set and xlate_<ofproto/bundle/ofport>_remove.
  *
  * A sample workflow:
  *