| 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
|
|
|