Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: compute_engine_scripts/skfe/vm_config.sh

Issue 1083033003: Fix typo in skfe's vm_config.sh. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compute_engine_scripts/skfe/vm_config.sh
diff --git a/compute_engine_scripts/skfe/vm_config.sh b/compute_engine_scripts/skfe/vm_config.sh
index af8b2ca40f205d80dcb26c444a18a8a768306f35..4b1205dba852c7fa0db3411f290805dfb931a039 100755
--- a/compute_engine_scripts/skfe/vm_config.sh
+++ b/compute_engine_scripts/skfe/vm_config.sh
@@ -15,7 +15,7 @@ fi
# The base names of the VM instances. Actual names are VM_NAME_BASE-name
VM_NAME_BASE=${VM_NAME_BASE:="skia"}
-# The name of instance where skia docs is running on.
+# The name of instance where skia frontend is running on.
INSTANCE_NAME=${VM_NAME_BASE}-skfe
NUM_INSTANCES=2
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698