aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/operator.h
diff options
context:
space:
mode:
authorYizhe <yizhe@pku.edu.cn>2021-02-26 07:42:39 +0000
committerPhilip Herron <herron.philip@googlemail.com>2021-03-01 10:42:27 +0000
commitf0b7bd41383ace6e68c3527ca02cacad1583c63b (patch)
tree0de263aaf1f3a15ab6b1c5c27031aa36bd398699 /gcc/rust/operator.h
parentc8af0988598c9cee1204f8eef111e3e89beae14d (diff)
downloadgcc-f0b7bd41383ace6e68c3527ca02cacad1583c63b.zip
gcc-f0b7bd41383ace6e68c3527ca02cacad1583c63b.tar.gz
gcc-f0b7bd41383ace6e68c3527ca02cacad1583c63b.tar.bz2
Fix typo
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