Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Fixed typo in DEBUG: atysc -> atzsc



details:   https://anonhg.NetBSD.org/src/rev/7b04658e889c
branches:  trunk
changeset: 748204:7b04658e889c
user:      phx <phx%NetBSD.org@localhost>
date:      Fri Oct 16 09:36:35 2009 +0000

description:
Fixed typo in DEBUG: atysc -> atzsc

diffstat:

 sys/arch/amiga/dev/atzsc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8556c43c4b86 -r 7b04658e889c sys/arch/amiga/dev/atzsc.c
--- a/sys/arch/amiga/dev/atzsc.c        Fri Oct 16 08:09:12 2009 +0000
+++ b/sys/arch/amiga/dev/atzsc.c        Fri Oct 16 09:36:35 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atzsc.c,v 1.38 2008/06/13 08:13:37 cegger Exp $ */
+/*     $NetBSD: atzsc.c,v 1.39 2009/10/16 09:36:35 phx Exp $ */
 
 /*
  * Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atzsc.c,v 1.38 2008/06/13 08:13:37 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atzsc.c,v 1.39 2009/10/16 09:36:35 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -364,7 +364,7 @@
        int i;
 
        for (i = 0; i < atzsc_cd.cd_ndevs; ++i) {
-               sc = device_lookup_private(&atysc_cd, i);
+               sc = device_lookup_private(&atzsc_cd, i);
                if (sc != NULL)
                        sbic_dump(sc);
        }



Home | Main Index | Thread Index | Old Index