ovn-controller: Fix typo in comment.
authorBen Pfaff <blp@ovn.org>
Fri, 5 Feb 2016 22:18:27 +0000 (14:18 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 6 Feb 2016 00:24:29 +0000 (16:24 -0800)
Too much asss.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Kyle Mestery <mestery@mestery.com>
ovn/controller/lflow.c

index e586365..d53213c 100644 (file)
@@ -285,7 +285,7 @@ lflow_run(struct controller_ctx *ctx, struct hmap *flow_table,
 
     const struct sbrec_logical_flow *lflow;
     SBREC_LOGICAL_FLOW_FOR_EACH (lflow, ctx->ovnsb_idl) {
-        /* Find the "struct logical_datapath" asssociated with this
+        /* Find the "struct logical_datapath" associated with this
          * Logical_Flow row.  If there's no such struct, that must be because
          * no logical ports are bound to that logical datapath, so there's no
          * point in maintaining any flows for it anyway, so skip it. */