mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +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
|
||||
* 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
|
||||
* removal from the classifier must be RCU postponed. Also, when versioning is
|
||||
|
Reference in New Issue
Block a user