Module Name:    src
Committed By:   phx
Date:           Fri Oct 16 09:36:35 UTC 2009

Modified Files:
        src/sys/arch/amiga/dev: atzsc.c

Log Message:
Fixed typo in DEBUG: atysc -> atzsc


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amiga/dev/atzsc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/dev/atzsc.c
diff -u src/sys/arch/amiga/dev/atzsc.c:1.38 src/sys/arch/amiga/dev/atzsc.c:1.39
--- src/sys/arch/amiga/dev/atzsc.c:1.38	Fri Jun 13 08:13:37 2008
+++ src/sys/arch/amiga/dev/atzsc.c	Fri Oct 16 09:36:35 2009
@@ -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);
 	}

Reply via email to