From 37862b394decbbdf9e6b2c36835f0dec6f05e83c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 21 Jan 2026 12:02:03 +0100 Subject: [PATCH] boot/grub2: fix 'targeting' typo Found by codespell. Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain --- boot/grub2/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in index 3a50ec0ad7..8cd56cad00 100644 --- a/boot/grub2/Config.in +++ b/boot/grub2/Config.in @@ -118,7 +118,7 @@ config BR2_TARGET_GRUB2_LOONGARCH64_EFI depends on BR2_loongarch64 select BR2_TARGET_GRUB2_HAS_EFI_BOOT help - Select this option if the platform you're targetting is a + Select this option if the platform you're targeting is a 64bit LoongArch platform and you want to boot Grub 2 as an EFI application.