From: Radoslav Kolev Date: Fri, 19 Dec 2025 14:25:02 +0000 (+0200) Subject: blsuki: Fix default location in comment to /loader/entries X-Git-Tag: grub-2.14~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfeff5e0718329ad666502c15644fef79625168c;p=thirdparty%2Fgrub.git blsuki: Fix default location in comment to /loader/entries Signed-off-by: Radoslav Kolev Reviewed-by: Daniel Kiper --- diff --git a/grub-core/commands/blsuki.c b/grub-core/commands/blsuki.c index e8e6aeebc..bfc4ef6d8 100644 --- a/grub-core/commands/blsuki.c +++ b/grub-core/commands/blsuki.c @@ -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. */