Module Name:    src
Committed By:   abs
Date:           Thu Jun 28 13:59:26 UTC 2012

Modified Files:
        src/sys/arch/vax/vax: findcpu.c

Log Message:
dependent not dependend


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/vax/findcpu.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/vax/vax/findcpu.c
diff -u src/sys/arch/vax/vax/findcpu.c:1.18 src/sys/arch/vax/vax/findcpu.c:1.19
--- src/sys/arch/vax/vax/findcpu.c:1.18	Tue Mar 11 05:34:03 2008
+++ src/sys/arch/vax/vax/findcpu.c	Thu Jun 28 13:59:25 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: findcpu.c,v 1.18 2008/03/11 05:34:03 matt Exp $	*/
+/*	$NetBSD: findcpu.c,v 1.19 2012/06/28 13:59:25 abs Exp $	*/
 /*
  * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.18 2008/03/11 05:34:03 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.19 2012/06/28 13:59:25 abs Exp $");
 
 #include <sys/param.h>
 #ifdef _KERNEL
@@ -50,11 +50,11 @@ __KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 
  */
 int vax_cputype;	/* highest byte of SID register */
 int vax_bustype;	/* holds/defines all busses on this machine */
-int vax_boardtype;	/* machine dependend, combination of SID and SIE */
+int vax_boardtype;	/* machine dependent, combination of SID and SIE */
  
 int vax_cpudata;	/* contents of the SID register */
 int vax_siedata;	/* contents of the SIE register */
-int vax_confdata;	/* machine dependend, configuration/setup data */
+int vax_confdata;	/* machine dependent, configuration/setup data */
 
 /*
  * Try to figure out which type of system this is.

Reply via email to