Index: tools/raspberry-pi2/qemufy-image.sh |
diff --git a/tools/raspberry-pi2/qemufy-image.sh b/tools/raspberry-pi2/qemufy-image.sh |
index 3a4a53cfc3cea2e261d50c45577f376fa9acb75d..e3fb9b2f87f25560af36f8f37778580f326c5021 100755 |
--- a/tools/raspberry-pi2/qemufy-image.sh |
+++ b/tools/raspberry-pi2/qemufy-image.sh |
@@ -4,7 +4,7 @@ |
# BSD-style license that can be found in the LICENSE.md file. |
# |
# Script for preparing the Raspberry Pi2 image for easy installation of the |
-# fletch agent. All this script does is basically to comment out a few lines |
+# dartino agent. All this script does is basically to comment out a few lines |
# in /etc/fstab and /etc/ld.so.preload. |
# |
# It is expected that the script producing the actual release image will remove |
@@ -16,7 +16,7 @@ |
# future. |
# |
# We push the output of this run to a bundle on google cloud storage and use |
-# that to create the actual bundles with specific fletch vm/agents on them. |
+# that to create the actual bundles with specific dartino vm/agents on them. |
# |
# PLEASE NOTE THAT THIS SCRIPT WILL DO IN PLACE UPDATING |