mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in comment.
This commit is contained in:
parent
47806f084a
commit
65601f6da8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ efifs_open(const char *upath, struct open_file *f)
|
|||
return ENOENT;
|
||||
|
||||
/*
|
||||
* Fine the root directory.
|
||||
* Find the root directory.
|
||||
*/
|
||||
status = sfs->OpenVolume(sfs, &root);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue