summaryrefslogtreecommitdiffstats
path: root/sys/isa/pnpparse.c
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-12-30 11:55:47 +0000
committerceri <ceri@FreeBSD.org>2006-12-30 11:55:47 +0000
commitdc804eec73505ea300a4ae596040df6724b67049 (patch)
tree4b62e81807266c452340e5a2b529490c4e11b0e6 /sys/isa/pnpparse.c
parente77070402dff87f37c950232a9ee849097b1d1f0 (diff)
downloadFreeBSD-src-dc804eec73505ea300a4ae596040df6724b67049.zip
FreeBSD-src-dc804eec73505ea300a4ae596040df6724b67049.tar.gz
Be consistent with the spelling of "dependent" in user-visible places.
PR: kern/27429 Submitted by: T. William Wells
Diffstat (limited to 'sys/isa/pnpparse.c')
-rw-r--r--sys/isa/pnpparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/pnpparse.c b/sys/isa/pnpparse.c
index c229373..7f051d6 100644
--- a/sys/isa/pnpparse.c
+++ b/sys/isa/pnpparse.c
@@ -460,7 +460,7 @@ pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn)
}
start = p + l;
if (ncfgs > MAXDEP) {
- device_printf(parent, "too many dependant configs (%d)\n", MAXDEP);
+ device_printf(parent, "too many dependent configs (%d)\n", MAXDEP);
len = 0;
break;
}
OpenPOWER on IntegriCloud