ofproto: Fix comments.
authorBen Pfaff <blp@nicira.com>
Wed, 28 May 2014 23:27:02 +0000 (16:27 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 29 May 2014 20:42:32 +0000 (13:42 -0700)
commit6c5b90cebfea8bb88c589c76e20e7195b0c859bf
tree745fc7d0b228b2a73ed8cb30d6a513a23a2773be
parent71dab2415fc896a042c465d6100ac116dc443bca
ofproto: Fix comments.

The comments on the "group" functions had been shamelessly copied without
significant update from the corresponding flow table functions.  This
commit fixes the errors.

This commit also removes an obsolete comment in ofopgroup_complete().

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto.c