summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
committersimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
commit9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch)
tree5ad22dd973d299d05210905342892ed44925baa8 /sys/dev/acpi
parentba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff)
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpica/Subsystem/nsalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpica/Subsystem/nsalloc.c b/sys/dev/acpi/acpica/Subsystem/nsalloc.c
index 0bf9802358e..823e3f627ee 100644
--- a/sys/dev/acpi/acpica/Subsystem/nsalloc.c
+++ b/sys/dev/acpi/acpica/Subsystem/nsalloc.c
@@ -116,7 +116,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nsalloc.c,v 1.13 2004/02/14 16:57:24 kochi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nsalloc.c,v 1.14 2004/04/23 02:58:29 simonb Exp $");
#define __NSALLOC_C__
@@ -358,7 +358,7 @@ AcpiNsInstallNode (
{
#ifdef ACPI_ALPHABETIC_NAMESPACE
/*
- * Walk the list whilst searching for the the correct
+ * Walk the list whilst searching for the correct
* alphabetic placement.
*/
PreviousChildNode = NULL;