From: Ben Pfaff Date: Mon, 16 Sep 2013 16:43:15 +0000 (-0700) Subject: ofproto-provider: Fix typo in comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~6^2~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7ea33f75c1f04fe261dcba1445d590158e2e468a;p=sliver-openvswitch.git ofproto-provider: Fix typo in comment. Reported-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 07bb266f2..2844e4cf5 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -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