diff --git a/sys/boot/efi/libefi/efifs.c b/sys/boot/efi/libefi/efifs.c index cb3fadc0652..c1eaecf6fd1 100644 --- a/sys/boot/efi/libefi/efifs.c +++ b/sys/boot/efi/libefi/efifs.c @@ -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);