ofproto: Update documentation
authorJoe Stringer <joestringer@nicira.com>
Tue, 4 Feb 2014 23:16:01 +0000 (15:16 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Feb 2014 16:40:50 +0000 (08:40 -0800)
'cls' is no longer a parameter to this function.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c

index f2a88bb..a9cf221 100644 (file)
@@ -1217,7 +1217,7 @@ ofproto_rule_delete__(struct ofproto *ofproto, struct rule *rule,
     ofopgroup_submit(group);
 }
 
-/* Deletes 'rule' from 'cls' within 'ofproto'.
+/* Deletes 'rule' from 'ofproto'.
  *
  * Within an ofproto implementation, this function allows an ofproto
  * implementation to destroy any rules that remain when its ->destruct()