From: Lai Jiangshan Date: Fri, 7 Dec 2012 16:33:38 +0000 (-0500) Subject: urcu: remove the wrong comma X-Git-Tag: v0.8.0~127 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=23ae48eff1de5f6bba7d77b4e0449120be56b4ba urcu: remove the wrong comma Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/test_urcu_wfcq.c b/tests/test_urcu_wfcq.c index 939bf7a..17814a7 100644 --- 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,