From 3381a084330e8f48785fb472e95c01d7a9602b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Fri, 13 Oct 2023 22:25:28 +0200 Subject: [PATCH] board/raspberrypi: fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a typo by dropping off the spurious x in ensure. Signed-off-by: Gaƫl PORTAY Signed-off-by: Peter Korsgaard --- board/raspberrypi/post-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"