public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2327] RISC-V: Fix comment in riscv.h
@ 2022-09-01  2:04 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2022-09-01  2:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:45f1287268200ffd551faca83d5e819b279ade9f

commit r13-2327-g45f1287268200ffd551faca83d5e819b279ade9f
Author: zhongjuzhe <juzhe.zhong@rivai.ai>
Date:   Tue Aug 30 10:57:42 2022 +0800

    RISC-V: Fix comment in riscv.h
    
    gcc/ChangeLog:
    
            * config/riscv/riscv.h (enum reg_class): Change vype to vtype.

Diff:
---
 gcc/config/riscv/riscv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/riscv/riscv.h b/gcc/config/riscv/riscv.h
index 29582f7c545..3ee5a93ce6a 100644
--- a/gcc/config/riscv/riscv.h
+++ b/gcc/config/riscv/riscv.h
@@ -462,7 +462,7 @@ enum reg_class
   FP_REGS,			/* floating-point registers */
   FRAME_REGS,			/* arg pointer and frame pointer */
   VL_REGS,			/* vl register */
-  VTYPE_REGS,			/* vype register */
+  VTYPE_REGS,			/* vtype register */
   VM_REGS,			/* v0.t registers */
   VD_REGS,			/* vector registers except v0.t */
   V_REGS,			/* vector registers */

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

only message in thread, other threads:[~2022-09-01  2:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  2:04 [gcc r13-2327] RISC-V: Fix comment in riscv.h Kito Cheng

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