public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4904] Fixed typo in RISCV
@ 2022-12-27 17:31 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2022-12-27 17:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b0a32b6e1b971ad9bfa97599d54f837fd16981dd

commit r13-4904-gb0a32b6e1b971ad9bfa97599d54f837fd16981dd
Author: jinma <jinma@linux.alibaba.com>
Date:   Tue Dec 27 10:30:46 2022 -0700

    Fixed typo in RISCV
    
    gcc/ChangeLog:
    
            * common/config/riscv/riscv-common.cc:

Diff:
---
 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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-27 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27 17:31 [gcc r13-4904] Fixed typo in RISCV 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).