From 7ea33f75c1f04fe261dcba1445d590158e2e468a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 16 Sep 2013 09:43:15 -0700 Subject: [PATCH] ofproto-provider: Fix typo in comment. Reported-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- ofproto/ofproto-provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0