fix(build_toolchains): Fix simple logging typo

This commit is contained in:
Michael Marineau 2013-10-23 12:02:25 -07:00
parent 31d5ced3df
commit 169cc17394

View File

@ -134,7 +134,7 @@ for cross_chost in $(get_chost_list); do
done done
for board in $(get_board_list); do for board in $(get_board_list); do
echo "Building native toolchain for ${bard}" echo "Building native toolchain for ${board}"
configure_target_root "${board}" configure_target_root "${board}"
build_target_toolchain "${board}" build_target_toolchain "${board}"
done done