Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/riscv/include Fix a tyop regname in a comment.



details:   https://anonhg.NetBSD.org/src/rev/2ec3afcc0c43
branches:  trunk
changeset: 371801:2ec3afcc0c43
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Oct 12 07:50:56 2022 +0000

description:
Fix a tyop regname in a comment.

diffstat:

 sys/arch/riscv/include/reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 35142df0ad5f -r 2ec3afcc0c43 sys/arch/riscv/include/reg.h
--- a/sys/arch/riscv/include/reg.h      Wed Oct 12 07:50:00 2022 +0000
+++ b/sys/arch/riscv/include/reg.h      Wed Oct 12 07:50:56 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: reg.h,v 1.8 2020/11/07 10:48:17 skrll Exp $ */
+/* $NetBSD: reg.h,v 1.9 2022/10/12 07:50:56 simonb Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 // x10 - x11   = a0 - a1       (arguments/return values)         Caller
 // x12 - x17   = a2 - a7       (arguments)                       Caller
 // x18 - x27   = s2 - s11      (saved registers)                 Callee
-// x28 - x31   = t3 - r6       (temporaries)                     Caller
+// x28 - x31   = t3 - t6       (temporaries)                     Caller
 
 struct reg {   // synced with register_t in <riscv/types.h>
 #ifdef _LP64



Home | Main Index | Thread Index | Old Index