diff mbox series

[1/1] Fixed typo in RISCV

Message ID 9a484694-afb8-4100-a82c-d010c0007053.jinma@linux.alibaba.com
State New
Headers show
Series [1/1] Fixed typo in RISCV | expand

Commit Message

Jin Ma Dec. 23, 2022, 6:06 a.m. UTC
From 21904908689318ab81c630adc8cc7067e1a12488 Mon Sep 17 00:00:00 2001
From: Jin Ma <jinma@linux.alibaba.com>
Date: Fri, 23 Dec 2022 10:42:19 +0800
Subject: [PATCH 1/1] Fixed typo

gcc/ChangeLog:

        * common/config/riscv/riscv-common.cc:
---
 gcc/common/config/riscv/riscv-common.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.17.1

Comments

Jeff Law Dec. 27, 2022, 5:31 p.m. UTC | #1
On 12/22/22 23:06, jinma via Gcc-patches wrote:
>  From 21904908689318ab81c630adc8cc7067e1a12488 Mon Sep 17 00:00:00 2001
> From: Jin Ma <jinma@linux.alibaba.com>
> Date: Fri, 23 Dec 2022 10:42:19 +0800
> Subject: [PATCH 1/1] Fixed typo
> 
> gcc/ChangeLog:
> 
>          * common/config/riscv/riscv-common.cc:
Thanks.  I've pushed this to the trunk.
jeff
diff mbox series

Patch

diff --git a/gcc/common/config/riscv/riscv-common.cc b/gcc/common/config/riscv/riscv-common.cc
index 4b7f777c103..0a89fdaffe2 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;