expr: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 25 Jun 2015 18:27:03 +0000 (11:27 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Jun 2015 23:30:03 +0000 (16:30 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
ovn/lib/expr.h

index 501152e..b411e65 100644 (file)
@@ -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.
  *