Fix comment

This commit is contained in:
Norman Feske 2015-05-11 19:07:13 +02:00 committed by Christian Helmuth
parent bd2e15aeb0
commit 33c2bc8ad0

View File

@ -58,9 +58,9 @@ proc run_boot_dir {binaries} {
# introduce boot module headers # introduce boot module headers
exec echo -e \ exec echo -e \
"/**" \ "/*" \
"\n * This file was automatically generated by the procedure" \ "\n * This file was automatically generated by the procedure" \
"\n * 'run_boot_dir' in 'base-hw/run/env'." \ "\n * 'run_boot_dir' in 'tool/run/boot_dir/hw'." \
"\n */" \ "\n */" \
"\n" \ "\n" \
"\n /* core includes */" \ "\n /* core includes */" \