Fix typo in comment.

This commit is contained in:
Doug Rabson 2001-10-11 13:47:20 +00:00
parent 47806f084a
commit 65601f6da8

View file

@ -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);