diff mbox

validation: cpumask: fixed typo

Message ID 1438083714-5926-1-git-send-email-christophe.milard@linaro.org
State Accepted
Commit 8ca8c19a62ebda7369ee6aceeed59f5832e76e3a
Headers show

Commit Message

Christophe Milard July 28, 2015, 11:41 a.m. UTC
Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/cpumask/cpumask.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stuart Haslam July 28, 2015, 11:46 a.m. UTC | #1
On Tue, Jul 28, 2015 at 01:41:54PM +0200, Christophe Milard wrote:
> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org>

> ---
>  test/validation/cpumask/cpumask.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/validation/cpumask/cpumask.c b/test/validation/cpumask/cpumask.c
> index 76b7648..90d1150 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
>  
>  static void cpumask_test_odp_cpumask_def_control(void)
> -- 
> 1.9.1
>
Maxim Uvarov July 30, 2015, 3:22 p.m. UTC | #2
Merged,
Maxim.

On 07/28/15 14:46, Stuart Haslam wrote:
> On Tue, Jul 28, 2015 at 01:41:54PM +0200, Christophe Milard wrote:
>> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
> Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org>
>
>> ---
>>   test/validation/cpumask/cpumask.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/test/validation/cpumask/cpumask.c b/test/validation/cpumask/cpumask.c
>> index 76b7648..90d1150 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
>>   
>>   static void cpumask_test_odp_cpumask_def_control(void)
>> -- 
>> 1.9.1
>>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/test/validation/cpumask/cpumask.c b/test/validation/cpumask/cpumask.c
index 76b7648..90d1150 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
 
 static void cpumask_test_odp_cpumask_def_control(void)