From cf39d6c8d32c8ab39c43b349eebed0b9e83ed9fa Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 9 Jan 2018 16:44:27 +0000 Subject: [PATCH] workloads/memcpy: Fix typos --- wa/workloads/memcpy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/workloads/memcpy/__init__.py b/wa/workloads/memcpy/__init__.py index 0dd71650..5f4e33b6 100644 --- a/wa/workloads/memcpy/__init__.py +++ b/wa/workloads/memcpy/__init__.py @@ -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