Fix an erroneous grammar in the document

This patch changes 'within a OpenStack instance'
to 'within an OpenStack instance' in the 4 line
of samples/tasks/support/README.rst

Change-Id: Ia38fa81567ddce88e935fd2d5b95c613a8597245
This commit is contained in:
zhaoleilc 2020-09-13 16:45:36 +08:00
parent 57614a0d7e
commit 91335b60a0

View File

@ -1,7 +1,7 @@
instance_linpack.sh
===================
instance_linpack.sh, will kick off a CPU intensive workload within a OpenStack instance.
instance_linpack.sh, will kick off a CPU intensive workload within an OpenStack instance.
This script will return the avg gflops and max gflops Linpack reports in a JSON format.
To run this workload, the VM must have linpack installed prior to running.