aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2006-12-30 11:55:47 +0000
committerCeri Davies <ceri@FreeBSD.org>2006-12-30 11:55:47 +0000
commit18929073b943eee2a0aa8b845a871b565e31fae1 (patch)
tree4b62e81807266c452340e5a2b529490c4e11b0e6
parentbcc67b90364f7871755a6d7e2dee0855f3e49650 (diff)
downloadsrc-18929073b943eee2a0aa8b845a871b565e31fae1.tar.gz
src-18929073b943eee2a0aa8b845a871b565e31fae1.zip
Be consistent with the spelling of "dependent" in user-visible places.
PR: kern/27429 Submitted by: T. William Wells
Notes
Notes: svn path=/head/; revision=165654
-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 c229373b9025..7f051d6da1ff 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;
}