mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 06:45:17 +00:00
classifier: Fix typo in comment.
Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
This commit is contained in:
@@ -284,7 +284,7 @@
|
|||||||
*
|
*
|
||||||
* The classifier may safely be accessed by many reader threads concurrently
|
* The classifier may safely be accessed by many reader threads concurrently
|
||||||
* and by a single writer, or by multiple writers when they guarantee mutually
|
* and by a single writer, or by multiple writers when they guarantee mutually
|
||||||
* exlucive access to classifier modifications.
|
* exclusive access to classifier modifications.
|
||||||
*
|
*
|
||||||
* Since the classifier rules are RCU protected, the rule destruction after
|
* Since the classifier rules are RCU protected, the rule destruction after
|
||||||
* removal from the classifier must be RCU postponed. Also, when versioning is
|
* removal from the classifier must be RCU postponed. Also, when versioning is
|
||||||
|
Reference in New Issue
Block a user