mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Fix grammar in comment.
Pointy hat to: kib MFC after: 1 week
This commit is contained in:
parent
2c95328822
commit
54a6cb4e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -3711,7 +3711,7 @@ locate_dependency(const Obj_Entry *obj, const char *name)
|
|||
* we are all set. Note that object might not be found if
|
||||
* dependency was not loaded yet, so the function can
|
||||
* return NULL here. This is expected and handled
|
||||
* properly in caller.
|
||||
* properly by the caller.
|
||||
*/
|
||||
return (needed->obj);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue