From 74e620476c8140d8fef018875de23ec6c8f1038f Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 10 Mar 2005 21:23:06 +0000 Subject: [PATCH] fix spelling of match in comment... MFC after: 3 days --- sys/kern/subr_hints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c index 0aeb5539499..87d1e82070b 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.