From 24c42f89afb5d73e8211f183a045855d25df9799 Mon Sep 17 00:00:00 2001 From: Peizhao Ou Date: Fri, 9 Dec 2016 11:48:14 -0800 Subject: [PATCH] typo --- ms-queue/queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms-queue/queue.c b/ms-queue/queue.c index 20de128..b868d2e 100644 --- a/ms-queue/queue.c +++ b/ms-queue/queue.c @@ -172,7 +172,7 @@ void enqueue(queue_t *q, unsigned int val, int n) // "memory_order_release" to "memory_order_relaxed", run "make" to // recompile, and then run: // "./run.sh ./ms-queue/testcase1 -m2 -y -u3 -tSPEC" - /********** Detected Corrctness (testcase1) **********/ + /********** Detected Correctness (testcase1) **********/ atomic_compare_exchange_strong_explicit(&q->tail, &tail, MAKE_POINTER(node, get_count(tail) + 1), -- 2.34.1