1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

workloads/memcpy: Fix typos

This commit is contained in:
Marc Bonnici 2018-01-09 16:44:27 +00:00 committed by setrofim
parent 4b8d8d62c5
commit cf39d6c8d3

View File

@ -38,7 +38,7 @@ class Memcpy(Workload):
of a specified size. Additionally, the affinity of the test can be set to
one or more specific cores.
This workload is single-threaded. It genrates no scores or metrics by
This workload is single-threaded. It generates no scores or metrics by
itself.
"""
@ -56,7 +56,7 @@ class Memcpy(Workload):
description='''
A list of integers specifying ordinals of cores to which the
affinity of the test process should be set. If not specified,
all avaiable cores will be used.
all available cores will be used.
'''),
]
@once