isl_ast_build_expr.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 29 Sep 2012 10:02:01 +0000 (12:02 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 29 Sep 2012 10:02:01 +0000 (12:02 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_ast_build_expr.c

index dd37d85..186338c 100644 (file)
@@ -261,7 +261,7 @@ static __isl_give isl_ast_expr *isl_ast_expr_term(
  *
  * except when expr is trivially zero, in which case we create
  *
- *     (isl_ast_op_mines, e)
+ *     (isl_ast_op_minus, e)
  *
  * instead.
  *