Skip to content

Commit

Permalink
controller: fix typo in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
odivlad authored and dceara committed May 30, 2023
1 parent e381b92 commit 88216e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controller/binding.c
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ binding_run(struct binding_ctx_in *b_ctx_in, struct binding_ctx_out *b_ctx_out)
free(lnet_lport);
}

/* Run through external lport list to see if these are external ports
/* Run through external lport list to see if there are external ports
* on local datapaths discovered from above loop, and update the
* corresponding local datapath accordingly. */
struct lport *ext_lport;
Expand All @@ -2101,7 +2101,7 @@ binding_run(struct binding_ctx_in *b_ctx_in, struct binding_ctx_out *b_ctx_out)
free(ext_lport);
}

/* Run through multichassis lport list to see if these are ports
/* Run through multichassis lport list to see if there are ports
* on local datapaths discovered from above loop, and update the
* corresponding local datapath accordingly. */
struct lport *multichassis_lport;
Expand Down

0 comments on commit 88216e3

Please sign in to comment.