summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2011-06-30 20:09:15 +0000
committerwiz <wiz@NetBSD.org>2011-06-30 20:09:15 +0000
commitfcddf71f7c2b6636ef2ae7e1e726b6faa11e301f (patch)
treeab313e27cb850182b3b5c01ac0f7678c553b25e0 /sys/arch/atari/dev
parent90eac45000d21c651d7cff61e6557339aa017bcf (diff)
dependant -> dependent
Diffstat (limited to 'sys/arch/atari/dev')
-rw-r--r--sys/arch/atari/dev/grf.c6
-rw-r--r--sys/arch/atari/dev/hdfdreg.h4
-rw-r--r--sys/arch/atari/dev/zs.c6
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/atari/dev/grf.c b/sys/arch/atari/dev/grf.c
index c992c49d1a5..059fb3b6c4d 100644
--- a/sys/arch/atari/dev/grf.c
+++ b/sys/arch/atari/dev/grf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: grf.c,v 1.46 2011/06/05 17:09:18 matt Exp $ */
+/* $NetBSD: grf.c,v 1.47 2011/06/30 20:09:21 wiz Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.46 2011/06/05 17:09:18 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.47 2011/06/30 20:09:21 wiz Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -227,7 +227,7 @@ grfioctl(dev_t dev, u_long cmd, void * data, int flag, struct lwp *l)
case GRFGETNUMVM:
return gp->g_mode(gp, GM_GRFGETNUMVM, data, 0, 0);
/*
- * these are all hardware dependant, and have to be resolved
+ * these are all hardware dependent, and have to be resolved
* in the respective driver.
*/
case GRFIOCPUTCMAP:
diff --git a/sys/arch/atari/dev/hdfdreg.h b/sys/arch/atari/dev/hdfdreg.h
index 8821f5f533c..90dee04d7a8 100644
--- a/sys/arch/atari/dev/hdfdreg.h
+++ b/sys/arch/atari/dev/hdfdreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hdfdreg.h,v 1.6 2005/12/11 12:16:54 christos Exp $ */
+/* $NetBSD: hdfdreg.h,v 1.7 2011/06/30 20:09:21 wiz Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -115,7 +115,7 @@ struct ne7_fd_formb {
struct fd_form_data {
/*
* DO NOT CHANGE THE LAYOUT OF THIS STRUCTS
- * it is hardware-dependant since it exactly
+ * it is hardware-dependent since it exactly
* matches the byte sequence to write to FDC
* during its `format track' operation
*/
diff --git a/sys/arch/atari/dev/zs.c b/sys/arch/atari/dev/zs.c
index 602771dca6f..acee5896000 100644
--- a/sys/arch/atari/dev/zs.c
+++ b/sys/arch/atari/dev/zs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: zs.c,v 1.73 2011/04/24 16:26:55 rmind Exp $ */
+/* $NetBSD: zs.c,v 1.74 2011/06/30 20:09:21 wiz Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.73 2011/04/24 16:26:55 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.74 2011/06/30 20:09:21 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -152,7 +152,7 @@ static uint8_t zs_init_regs[16] = {
};
/*
- * Define the machine dependant clock frequencies
+ * Define the machine dependent clock frequencies
* If BRgen feeds sender/receiver we always use a
* divisor 16, therefor the division by 16 can as
* well be done here.