projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af67624
)
urcu: remove the wrong comma
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Fri, 7 Dec 2012 16:33:38 +0000
(11:33 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Fri, 7 Dec 2012 16:33:38 +0000
(11:33 -0500)
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_wfcq.c
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_urcu_wfcq.c
b/tests/test_urcu_wfcq.c
index 939bf7a7bc77a5459d0ce683d9e72c0c40d9820b..17814a70b1657a1bcb100ace1621ba2d0356fdf9 100644
(file)
--- a/
tests/test_urcu_wfcq.c
+++ b/
tests/test_urcu_wfcq.c
@@
-544,7
+544,7
@@
int main(int argc, char **argv)
tot_enqueues, tot_dequeues);
printf_verbose("total number of successful enqueues : %llu, "
"enqueues to empty dest : %llu, "
- "successful dequeues %llu, "
,
+ "successful dequeues %llu, "
"splice : %llu\n",
tot_successful_enqueues,
tot_empty_dest_enqueues,
This page took
0.025427 seconds
and
4
git commands to generate.