ofproto: Fix comment describing ofport_modified().
authorJustin Pettit <jpettit@nicira.com>
Fri, 14 Oct 2011 22:48:05 +0000 (15:48 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 22 Oct 2011 23:16:07 +0000 (16:16 -0700)
ofproto/ofproto.c

index d64901e..aa3f0e4 100644 (file)
@@ -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.  */