aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-07-28 13:41:54 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-30 18:21:53 +0300
commit8ca8c19a62ebda7369ee6aceeed59f5832e76e3a (patch)
treec2ff5134026933942e34531744004733e956b0d5 /test
parent342cc3edcaf86deba4774aacc5bdd8fe8afc5f97 (diff)
validation: cpumask: fixed typo
Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/validation/cpumask/cpumask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/validation/cpumask/cpumask.c b/test/validation/cpumask/cpumask.c
index e518cbcf2..029baadf6 100644
--- a/test/validation/cpumask/cpumask.c
+++ b/test/validation/cpumask/cpumask.c
@@ -10,7 +10,7 @@
#include "cpumask.h"
#include "mask_common.h"
-/* default worker paramiter to get all that may be available */
+/* default worker parameter to get all that may be available */
#define ALL_AVAILABLE 0
void cpumask_test_odp_cpumask_def_control(void)