diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 21:46:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 21:46:41 +0000 |
commit | 65472e96daf69befe9a9664a84c39b01dd5f3aa5 (patch) | |
tree | 7aa086f86e90c9c9f02048bb83c8134243ab6cdd /usr.sbin/acpidump/aml/aml_memman.h | |
parent | 1a30d141a6b8f3de4cd423b5e060540dbe120ecc (diff) |
typos from alexey dobriyan;
ok marco
Diffstat (limited to 'usr.sbin/acpidump/aml/aml_memman.h')
-rw-r--r-- | usr.sbin/acpidump/aml/aml_memman.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/acpidump/aml/aml_memman.h b/usr.sbin/acpidump/aml/aml_memman.h index fce68328e72..6018db1804f 100644 --- a/usr.sbin/acpidump/aml/aml_memman.h +++ b/usr.sbin/acpidump/aml/aml_memman.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aml_memman.h,v 1.1 2005/06/02 20:09:39 tholo Exp $ */ +/* $OpenBSD: aml_memman.h,v 1.2 2006/02/06 21:46:40 jmc Exp $ */ /*- * Copyright (c) 1999, 2000 Mitsuru IWASAKI <iwasaki@FreeBSD.org> * All rights reserved. @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aml_memman.h,v 1.1 2005/06/02 20:09:39 tholo Exp $ + * $Id: aml_memman.h,v 1.2 2006/02/06 21:46:40 jmc Exp $ * $FreeBSD: src/usr.sbin/acpi/amldb/aml/aml_memman.h,v 1.1 2000/08/24 09:33:08 takawata Exp $ */ @@ -61,7 +61,7 @@ struct memman_node { LIST_HEAD(memman_node_list, memman_node); /* memory type id */ -extern unsigned int memid_unkown; +extern unsigned int memid_unknown; /* memory block manager */ struct memman_blockman { |