mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
fix spelling of match in comment...
MFC after: 3 days
This commit is contained in:
parent
1436fff881
commit
74e620476c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue