From cfeff5e0718329ad666502c15644fef79625168c Mon Sep 17 00:00:00 2001 From: Radoslav Kolev Date: Fri, 19 Dec 2025 16:25:02 +0200 Subject: [PATCH] blsuki: Fix default location in comment to /loader/entries Signed-off-by: Radoslav Kolev Reviewed-by: Daniel Kiper --- grub-core/commands/blsuki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */