2
0
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:
Ben Pfaff
2018-01-30 11:36:01 -08:00
parent d67ee81a30
commit 186667a83c

View File

@@ -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