diff mbox series

board/raspberrypi: fix typo in comment

Message ID 20231013202528.164224-1-gael.portay@rtone.fr
State Accepted
Headers show
Series board/raspberrypi: fix typo in comment | expand

Commit Message

Gaël PORTAY Oct. 13, 2023, 8:25 p.m. UTC
This fixes a typo by dropping off the spurious x in ensure.

Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
---
 board/raspberrypi/post-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Oct. 15, 2023, 8:56 a.m. UTC | #1
>>>>> "Gaël" == Gaël PORTAY <gael.portay@rtone.fr> writes:

 > This fixes a typo by dropping off the spurious x in ensure.
 > Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>

Committed, thanks.
Peter Korsgaard Oct. 15, 2023, 6:24 p.m. UTC | #2
>>>>> "Gaël" == Gaël PORTAY <gael.portay@rtone.fr> writes:

 > This fixes a typo by dropping off the spurious x in ensure.
 > Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>

Committed to 2023.02.x and 2023.08.x, thanks.
diff mbox series

Patch

diff --git a/board/raspberrypi/post-build.sh b/board/raspberrypi/post-build.sh
index 38fdc80734..0bd7bc3d17 100755
--- a/board/raspberrypi/post-build.sh
+++ b/board/raspberrypi/post-build.sh
@@ -15,5 +15,5 @@  elif [ -d ${TARGET_DIR}/etc/systemd ]; then
        "${TARGET_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service"
 fi
 
-# exnsure overlays exists for genimage
+# ensure overlays exists for genimage
 mkdir -p "${BINARIES_DIR}/rpi-firmware/overlays"