From 38775ab5b912fa571c233d7014f62985725f3692 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 14 Oct 2011 15:48:05 -0700 Subject: [PATCH] ofproto: Fix comment describing ofport_modified(). --- ofproto/ofproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2