Skip to content

Commit ea693e2

Browse files
authored
Fix typo in build_portable_kernels.sh
1 parent de0554d commit ea693e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/scripts/build_portable_kernels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
4949
elif [[ ${toolchain} == "arm-zephyr-eabi-gcc" ]]; then
5050
toolchain_cmake=${et_root_dir}/examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
5151
else
52-
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
52+
echo "Error: Invalid toolchain selection, provided: ${toolchain}"
5353
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"
5454
exit 1;
5555
fi

0 commit comments

Comments
 (0)