On Tue, Nov 20, 2012 at 1:09 PM, Ben Pfaff <b...@nicira.com> wrote:
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
>  vswitchd/bridge.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
> index 8f16432..998ea81 100644
> --- a/vswitchd/bridge.c
> +++ b/vswitchd/bridge.c
> @@ -1243,7 +1243,7 @@ bridge_refresh_one_ofp_port(struct bridge *br,
>               * configured as the user requested, so we must destroy it. */
>              return false;
>          } else {
> -            /* It's the right type and configured correctly.  keep it. */
> +            /* It's the right type and configured correctly.  Keep it. */
>              iface_set_ofp_port(iface, ofp_port);
>              return true;
>          }
> --
> 1.7.2.5
Looks good to me.
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to