Skip to content

Commit

Permalink
ovn-controller: Fix typo in comment.
Browse files Browse the repository at this point in the history
Too much asss.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Kyle Mestery <mestery@mestery.com>
  • Loading branch information
blp committed Feb 6, 2016
1 parent 264af64 commit 0fedb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn/controller/lflow.c
Expand Up @@ -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. */
Expand Down

0 comments on commit 0fedb86

Please sign in to comment.