clean up comment
diff --git a/build_lxc_multi.sh b/build_lxc_multi.sh
index 5089509..efa7deb 100755
--- a/build_lxc_multi.sh
+++ b/build_lxc_multi.sh
@@ -26,7 +26,7 @@
     sleep 5
 done
 
+# Launch the compute hosts
 for compute_host in ${COMPUTE_HOSTS//,/ }; do
-    # Launch the compute hosts
     run_lxc $compute_host $compute_host "ENABLED_SERVICES=n-cpu,n-net,n-api"
 done