From: Justin Pettit Date: Fri, 14 Oct 2011 22:48:05 +0000 (-0700) Subject: ofproto: Fix comment describing ofport_modified(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38775ab5b912fa571c233d7014f62985725f3692;p=openvswitch ofproto: Fix comment describing ofport_modified(). --- diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index d64901e2..aa3f0e43 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -1259,7 +1259,7 @@ ofport_remove_with_name(struct ofproto *ofproto, const char *name) } } -/* Updates 'port' within 'ofproto' with the new 'netdev' and 'opp'. +/* Updates 'port' with new 'opp' description. * * Does not handle a name or port number change. The caller must implement * such a change as a delete followed by an add. */