diff mbox series

[v1,1/1] boot/xilinx-prebuilt: fix comment typo

Message ID 20240630123622.3355670-1-neal.frager@amd.com
State Accepted
Headers show
Series [v1,1/1] boot/xilinx-prebuilt: fix comment typo | expand

Commit Message

Neal Frager June 30, 2024, 12:36 p.m. UTC
Correct the spelling of the word 'there' in the comment.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 boot/xilinx-prebuilt/xilinx-prebuilt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle June 30, 2024, 2:57 p.m. UTC | #1
On 30/06/2024 14:36, Neal Frager via buildroot wrote:
> Correct the spelling of the word 'there' in the comment.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   boot/xilinx-prebuilt/xilinx-prebuilt.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/boot/xilinx-prebuilt/xilinx-prebuilt.mk b/boot/xilinx-prebuilt/xilinx-prebuilt.mk
> index eb78ed10cd..0ebafd6a4c 100644
> --- a/boot/xilinx-prebuilt/xilinx-prebuilt.mk
> +++ b/boot/xilinx-prebuilt/xilinx-prebuilt.mk
> @@ -18,7 +18,7 @@ XILINX_PREBUILT_BOARD_DIR = $(@D)/$(XILINX_PREBUILT_BOARD)-$(XILINX_PREBUILT_FAM
>   
>   ifeq ($(BR2_TARGET_XILINX_PREBUILT_VERSAL),y)
>   # We need the *.pdi glob, because the file has different names for the
> -# different boards, but htere is only one, and it has to be named
> +# different boards, but there is only one, and it has to be named
>   # vpl_gen_fixed.pdi when installed.
>   define XILINX_PREBUILT_INSTALL_VERSAL
>   	$(INSTALL) -D -m 0755 $(XILINX_PREBUILT_BOARD_DIR)/plm.elf \
diff mbox series

Patch

diff --git a/boot/xilinx-prebuilt/xilinx-prebuilt.mk b/boot/xilinx-prebuilt/xilinx-prebuilt.mk
index eb78ed10cd..0ebafd6a4c 100644
--- a/boot/xilinx-prebuilt/xilinx-prebuilt.mk
+++ b/boot/xilinx-prebuilt/xilinx-prebuilt.mk
@@ -18,7 +18,7 @@  XILINX_PREBUILT_BOARD_DIR = $(@D)/$(XILINX_PREBUILT_BOARD)-$(XILINX_PREBUILT_FAM
 
 ifeq ($(BR2_TARGET_XILINX_PREBUILT_VERSAL),y)
 # We need the *.pdi glob, because the file has different names for the
-# different boards, but htere is only one, and it has to be named
+# different boards, but there is only one, and it has to be named
 # vpl_gen_fixed.pdi when installed.
 define XILINX_PREBUILT_INSTALL_VERSAL
 	$(INSTALL) -D -m 0755 $(XILINX_PREBUILT_BOARD_DIR)/plm.elf \