summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_hints.c
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2005-03-10 21:23:06 +0000
committerjmg <jmg@FreeBSD.org>2005-03-10 21:23:06 +0000
commit4f7458d738bc1025dfa80d71f480c7e6165da681 (patch)
treec0eaec70406bd84e8e862606273cd2556925b13e /sys/kern/subr_hints.c
parentf20ed001c65fc370318c50fb9c838f72a39672ad (diff)
downloadFreeBSD-src-4f7458d738bc1025dfa80d71f480c7e6165da681.zip
FreeBSD-src-4f7458d738bc1025dfa80d71f480c7e6165da681.tar.gz
fix spelling of match in comment...
MFC after: 3 days
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 0aeb553..87d1e82 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.
OpenPOWER on IntegriCloud