classifier-private.h: Whitespace in a comment
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Thu, 15 Oct 2015 04:56:25 +0000 (04:56 +0000)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Thu, 26 Nov 2015 09:37:42 +0000 (18:37 +0900)
Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/classifier-private.h

index f68a7d2..0f8ad1e 100644 (file)
@@ -75,7 +75,7 @@ struct cls_match {
     /* Rule versioning.
      *
      * CLS_NOT_REMOVED_VERSION has a special meaning for 'remove_version',
-     * meaningthat the rule has been added but not yet removed.
+     * meaning that the rule has been added but not yet removed.
      */
     const cls_version_t add_version;        /* Version rule was added in. */
     ATOMIC(cls_version_t) remove_version;   /* Version rule is removed in. */