diff options
Diffstat (limited to 'sys/boot/efi/loader/devicename.c')
-rw-r--r-- | sys/boot/efi/loader/devicename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/loader/devicename.c b/sys/boot/efi/loader/devicename.c index a9327dc..89f9941 100644 --- a/sys/boot/efi/loader/devicename.c +++ b/sys/boot/efi/loader/devicename.c @@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$"); static int efi_parsedev(struct devdesc **, const char *, const char **); -/* +/* * Point (dev) at an allocated device specifier for the device matching the * path in (devspec). If it contains an explicit device specification, * use that. If not, use the default device. |