From f0b7bd41383ace6e68c3527ca02cacad1583c63b Mon Sep 17 00:00:00 2001 From: Yizhe Date: Fri, 26 Feb 2021 07:42:39 +0000 Subject: Fix typo --- gcc/rust/backend/rust-compile-expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rust/backend/rust-compile-expr.h') diff --git a/gcc/rust/backend/rust-compile-expr.h b/gcc/rust/backend/rust-compile-expr.h index 7d3f9d9..1c20979 100644 --- a/gcc/rust/backend/rust-compile-expr.h +++ b/gcc/rust/backend/rust-compile-expr.h @@ -316,7 +316,7 @@ public: auto location = expr.get_locus (); translated - = ctx->get_backend ()->comparision_expression (op, lhs, rhs, location); + = ctx->get_backend ()->comparison_expression (op, lhs, rhs, location); } void visit (HIR::LazyBooleanExpr &expr) -- cgit v1.1