Skip to content

Commit

Permalink
classifier: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
  • Loading branch information
blp committed Jan 30, 2018
1 parent d67ee81 commit 186667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 186667a

Please sign in to comment.