public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Fixed typo in RISCV
@ 2022-12-23  6:06 jinma
  2022-12-27 17:31 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: jinma @ 2022-12-23  6:06 UTC (permalink / raw)
  To: gcc-patches

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(-)

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;

--
2.17.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] Fixed typo in RISCV
  2022-12-23  6:06 [PATCH 1/1] Fixed typo in RISCV jinma
@ 2022-12-27 17:31 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2022-12-27 17:31 UTC (permalink / raw)
  To: jinma, gcc-patches



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-27 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23  6:06 [PATCH 1/1] Fixed typo in RISCV jinma
2022-12-27 17:31 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).