Fixed typo in RISCV
authorjinma <jinma@linux.alibaba.com>
Tue, 27 Dec 2022 17:30:46 +0000 (10:30 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 27 Dec 2022 17:30:46 +0000 (10:30 -0700)
gcc/ChangeLog:

* common/config/riscv/riscv-common.cc:

gcc/common/config/riscv/riscv-common.cc

index 4b7f777..0a89fda 100644 (file)
@@ -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;