ofproto-provider: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Mon, 16 Sep 2013 16:43:15 +0000 (09:43 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 2 Nov 2013 13:45:37 +0000 (06:45 -0700)
Reported-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-provider.h

index 07bb266..2844e4c 100644 (file)
@@ -306,7 +306,7 @@ struct oftable {
  *
  * 'rule->ref_count' protects 'rule' from being freed.  It doesn't protect the
  * rule from being deleted from 'cls' (that's 'cls->rwlock') and it doesn't
- * protect members of 'rule' from modification (that's 'rule->rwlock').
+ * protect members of 'rule' from modification (that's 'rule->mutex').
  *
  * 'rule->mutex' protects the members of 'rule' from modification.  It doesn't
  * protect the rule from being deleted from 'cls' (that's 'cls->rwlock') and it