aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/operator.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/operator.h')
-rw-r--r--gcc/rust/operator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/operator.h b/gcc/rust/operator.h
index 2dd161f..2072dfb 100644
--- a/gcc/rust/operator.h
+++ b/gcc/rust/operator.h
@@ -23,7 +23,7 @@ enum class ArithmeticOrLogicalOperator
RIGHT_SHIFT // std::ops::Shr
};
-enum class ComparisionOperator
+enum class ComparisonOperator
{
EQUAL, // std::cmp::PartialEq::eq
NOT_EQUAL, // std::cmp::PartialEq::ne