summaryrefslogtreecommitdiff
path: root/sys/arch/prep/include
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/prep/include
parent90eac45000d21c651d7cff61e6557339aa017bcf (diff)
dependant -> dependent
Diffstat (limited to 'sys/arch/prep/include')
-rw-r--r--sys/arch/prep/include/nvram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/prep/include/nvram.h b/sys/arch/prep/include/nvram.h
index 093ccbff990..74f24caa1e6 100644
--- a/sys/arch/prep/include/nvram.h
+++ b/sys/arch/prep/include/nvram.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nvram.h,v 1.6 2008/04/28 20:23:33 martin Exp $ */
+/* $NetBSD: nvram.h,v 1.7 2011/06/30 20:09:35 wiz Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -173,7 +173,7 @@ typedef struct _HEADER {
uint32_t ConfigLastWriteDT[2]; /* last change to config area */
uint32_t ConfigCount; /* count of entries in configuration */
- /* OS Dependant temp area */
+ /* OS Dependent temp area */
void *OSAreaAddress;
uint32_t OSAreaLength;
uint32_t OSAreaLastWriteDT[2]; /* last change to OSArea */