Fix typo
diff --git a/tools/get_uec_image.sh b/tools/get_uec_image.sh
index c0e1326..259362e 100755
--- a/tools/get_uec_image.sh
+++ b/tools/get_uec_image.sh
@@ -138,7 +138,7 @@
 fsck -t ext4 -f ${NBD}p1
 resize2fs ${NBD}p1
 
-Do some preliminary installs
+# Do some preliminary installs
 MNTDIR=`mktemp -d mntXXXXXXXX`
 mount -t ext4 ${NBD}p1 $MNTDIR