Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/include fix typo



details:   https://anonhg.NetBSD.org/src/rev/950a395c31da
branches:  trunk
changeset: 373275:950a395c31da
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Jan 29 09:24:33 2023 +0000

description:
fix typo

diffstat:

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

diffs (18 lines):

diff -r c5885169df16 -r 950a395c31da sys/arch/m68k/include/kcore.h
--- a/sys/arch/m68k/include/kcore.h     Sun Jan 29 07:54:11 2023 +0000
+++ b/sys/arch/m68k/include/kcore.h     Sun Jan 29 09:24:33 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kcore.h,v 1.6 2023/01/27 23:29:14 tsutsui Exp $        */
+/*     $NetBSD: kcore.h,v 1.7 2023/01/29 09:24:33 mlelstv Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
        uint32_t        pg_valid;
        uint32_t        contig_end;
        uint32_t        kernCbase;      /* VA of kernel level C page table */
-       pys_ram_seg_t   ram_segs[SUN3X_NPHYS_RAM_SEGS];
+       phys_ram_seg_t  ram_segs[SUN3X_NPHYS_RAM_SEGS];
 };
 
 /*



Home | Main Index | Thread Index | Old Index