summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/pcm038/env/bin/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcm038/env/bin/init b/board/pcm038/env/bin/init
index b698dd574d..c38b5ada82 100644
--- a/board/pcm038/env/bin/init
+++ b/board/pcm038/env/bin/init
@@ -29,7 +29,7 @@ timeout -a $autoboot_timeout
if [ $? != 0 ]; then
echo
echo "type update_kernel [<imagename>] to update kernel into flash"
- echo "type udate_root [<imagename>] to update rootfs into flash"
+ echo "type update_root [<imagename>] to update rootfs into flash"
echo
exit
fi