aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_hints.c
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2005-03-10 21:23:06 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2005-03-10 21:23:06 +0000
commit74e620476c8140d8fef018875de23ec6c8f1038f (patch)
treec0eaec70406bd84e8e862606273cd2556925b13e /sys/kern/subr_hints.c
parent1436fff881ba525ff9c4802aefaa0a6371e43349 (diff)
downloadsrc-74e620476c8140d8fef018875de23ec6c8f1038f.tar.gz
src-74e620476c8140d8fef018875de23ec6c8f1038f.zip
fix spelling of match in comment...
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=143386
Diffstat (limited to 'sys/kern/subr_hints.c')
-rw-r--r--sys/kern/subr_hints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c
index 0aeb55394999..87d1e82070bb 100644
--- a/sys/kern/subr_hints.c
+++ b/sys/kern/subr_hints.c
@@ -312,7 +312,7 @@ resource_string_copy(const char *s, int len)
}
/*
- * err = resource_find_at(&anchor, &name, &unit, resname, value)
+ * err = resource_find_match(&anchor, &name, &unit, resname, value)
* Iteratively fetch a list of devices wired "at" something
* res and value are restrictions. eg: "at", "scbus0".
* For practical purposes, res = required, value = optional.