diff options
author | jinma <jinma@linux.alibaba.com> | 2022-12-27 10:30:46 -0700 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2022-12-27 10:30:46 -0700 |
commit | b0a32b6e1b971ad9bfa97599d54f837fd16981dd (patch) | |
tree | a12e9e9c59f6184bd0d0a366623f388e91256583 /gcc | |
parent | cf8b110ce33db6c1505dd112ec51bce343b32805 (diff) | |
download | gcc-b0a32b6e1b971ad9bfa97599d54f837fd16981dd.zip gcc-b0a32b6e1b971ad9bfa97599d54f837fd16981dd.tar.gz gcc-b0a32b6e1b971ad9bfa97599d54f837fd16981dd.tar.bz2 |
Fixed typo in RISCV
gcc/ChangeLog:
* common/config/riscv/riscv-common.cc:
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/common/config/riscv/riscv-common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common/config/riscv/riscv-common.cc b/gcc/common/config/riscv/riscv-common.cc index 4b7f777..0a89fda 100644 --- a/gcc/common/config/riscv/riscv-common.cc +++ b/gcc/common/config/riscv/riscv-common.cc @@ -1538,7 +1538,7 @@ riscv_check_conds ( for (itr = conds.begin (); itr != conds.end (); ++itr) { - /* We'll check march= and mabi= in ohter place. */ + /* We'll check march= and mabi= in other place. */ if (prefixed_with (*itr, "march=") || prefixed_with (*itr, "mabi=")) continue; |