fix spelling of match in comment...

MFC after:	3 days
This commit is contained in:
John-Mark Gurney 2005-03-10 21:23:06 +00:00
parent 1436fff881
commit 74e620476c

View file

@ -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.