* [dpdk-dev] [PATCH 1/4] test: fix typo in print statement
@ 2019-04-30 22:32 David Christensen
2019-04-30 22:32 ` David Christensen
0 siblings, 1 reply; 2+ messages in thread
From: David Christensen @ 2019-04-30 22:32 UTC (permalink / raw)
To: dev; +Cc: David Christensen
Change "much" to "match" in a printf.
Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
---
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;
}
}
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-dev] [PATCH 1/4] test: fix typo in print statement
2019-04-30 22:32 [dpdk-dev] [PATCH 1/4] test: fix typo in print statement David Christensen
@ 2019-04-30 22:32 ` David Christensen
0 siblings, 0 replies; 2+ messages in thread
From: David Christensen @ 2019-04-30 22:32 UTC (permalink / raw)
To: dev; +Cc: David Christensen
Change "much" to "match" in a printf.
Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
---
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;
}
}
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-30 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 22:32 [dpdk-dev] [PATCH 1/4] test: fix typo in print statement David Christensen
2019-04-30 22:32 ` David Christensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).