From 91335b60a021d79e8256353a2e99a3ef8d6f27bd Mon Sep 17 00:00:00 2001 From: zhaoleilc <15247232416@163.com> Date: Sun, 13 Sep 2020 16:45:36 +0800 Subject: [PATCH] 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 --- samples/tasks/support/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tasks/support/README.rst b/samples/tasks/support/README.rst index 2db05c97..8fb83bb1 100644 --- a/samples/tasks/support/README.rst +++ b/samples/tasks/support/README.rst @@ -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.