]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
blsuki: Fix default location in comment to /loader/entries
authorRadoslav Kolev <radoslav.kolev@suse.com>
Fri, 19 Dec 2025 14:25:02 +0000 (16:25 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Sun, 21 Dec 2025 15:41:47 +0000 (16:41 +0100)
Signed-off-by: Radoslav Kolev <radoslav.kolev@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/blsuki.c

index e8e6aeebca1c17ac9b4a92d087275ecaa4ab4032..bfc4ef6d82c78356a13778bbeb75582d403f96ec 100644 (file)
@@ -1210,7 +1210,7 @@ blsuki_find_entry (struct find_entry_info *info, bool enable_fallback, enum blsu
 
       /*
        * If we aren't able to find BLS entries in the directory given by info->dirname,
-       * we can fallback to the default location "/boot/loader/entries/" and see if we
+       * we can fallback to the default location of "/loader/entries/" and see if we
        * can find the files there. If we can't find UKI entries, fallback to
        * "/EFI/Linux" on the EFI system partition.
        */