[ovs-dev] [PATCH] expr: Fix typo in comment.

Andy Zhou azhou at nicira.com
Thu Jun 25 20:40:05 UTC 2015


Acked-by: Andy Zhou <azhou at nicira.com>

On Thu, Jun 25, 2015 at 11:27 AM, Ben Pfaff <blp at nicira.com> wrote:
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
>  ovn/lib/expr.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ovn/lib/expr.h b/ovn/lib/expr.h
> index 501152e..b411e65 100644
> --- a/ovn/lib/expr.h
> +++ b/ovn/lib/expr.h
> @@ -293,7 +293,7 @@ bool expr_relop_from_token(enum lex_type type, enum expr_relop *relop);
>   *       have grandchildren of its own type.
>   *
>   *       As a consequence, every nonterminal node at the same distance from the
> - *       root of the root has the same type.
> + *       root has the same type.
>   *
>   *     - EXPR_T_AND and EXPR_T_OR nodes must have at least two children.
>   *
> --
> 2.1.3
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list