]> git.proxmox.com Git - mirror_ovs.git/commitdiff
classifier: Fix typo in comment.
authorBen Pfaff <blp@ovn.org>
Tue, 30 Jan 2018 19:36:01 +0000 (11:36 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 30 Jan 2018 21:00:52 +0000 (13:00 -0800)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
lib/classifier.h

index f0ea5a9cb8b26d5f1a40422399a08fffef3a5250..71c2e507d7c3da01534af3126a8fdeae4d42b560 100644 (file)
  *
  * 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