Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips fix typo



details:   https://anonhg.NetBSD.org/src/rev/dae3164cd729
branches:  trunk
changeset: 358892:dae3164cd729
user:      flxd <flxd%NetBSD.org@localhost>
date:      Sun Jan 21 16:38:25 2018 +0000

description:
fix typo

diffstat:

 sys/arch/mips/mips/bus_space_alignstride_chipdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5a76896ab216 -r dae3164cd729 sys/arch/mips/mips/bus_space_alignstride_chipdep.c
--- a/sys/arch/mips/mips/bus_space_alignstride_chipdep.c        Sun Jan 21 14:18:21 2018 +0000
+++ b/sys/arch/mips/mips/bus_space_alignstride_chipdep.c        Sun Jan 21 16:38:25 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_space_alignstride_chipdep.c,v 1.29 2016/07/20 17:57:00 macallan Exp $ */
+/* $NetBSD: bus_space_alignstride_chipdep.c,v 1.30 2018/01/21 16:38:25 flxd Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_space_alignstride_chipdep.c,v 1.29 2016/07/20 17:57:00 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_space_alignstride_chipdep.c,v 1.30 2018/01/21 16:38:25 flxd Exp $");
 
 #ifdef CHIP_EXTENT
 #include <sys/extent.h>
@@ -835,7 +835,7 @@
        KASSERT((off & 1) == 0);
 
        h += CHIP_OFF16(off);
-#if CHIP_ACCES_SIZE <= 2
+#if CHIP_ACCESS_SIZE <= 2
        mips_sh(h, CHIP_SWAP16(val));
 #else
        const int shift = (h & (CHIP_ACCESS_SIZE - 1)) * 8;



Home | Main Index | Thread Index | Old Index