> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of David Christensen
> Sent: Monday, May 6, 2019 8:23 PM
> To: [email protected]
> Cc: David Christensen <[email protected]>
> Subject: [dpdk-dev] [PATCH v2 1/4] test: fix typo in print statement
>
> Change "much" to "match" in a printf.
>
> Signed-off-by: David Christensen <[email protected]>
> ---
> v2:
> * None
>
> app/test/test_barrier.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/app/test/test_barrier.c b/app/test/test_barrier.c
> index 82b572c..c219d56 100644
> --- a/app/test/test_barrier.c
> +++ b/app/test/test_barrier.c
> @@ -252,7 +252,7 @@ struct lcore_plock_test {
>
> /* race condition occurred, lock doesn't work properly */
> if (sum[i] != pt[i].val || 2 * iter != pt[i].iter) {
> - printf("error: local and shared sums don't much\n");
> + printf("error: local and shared sums don't match\n");
> rc = -1;
> }
> }
> --
Acked-by: Konstantin Ananyev <[email protected]>
> 1.8.3.1