Skip to content

Commit

Permalink
board/raspberrypi: fix typo in comment
Browse files Browse the repository at this point in the history
This fixes a typo by dropping off the spurious x in ensure.

Signed-off-by: Gaël PORTAY <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
gportay authored and jacmet committed Oct 15, 2023
1 parent e55770e commit 3381a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/raspberrypi/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ elif [ -d ${TARGET_DIR}/etc/systemd ]; then
"${TARGET_DIR}/etc/systemd/system/getty.target.wants/[email protected]"
fi

# exnsure overlays exists for genimage
# ensure overlays exists for genimage
mkdir -p "${BINARIES_DIR}/rpi-firmware/overlays"

0 comments on commit 3381a08

Please sign in to comment.