From ab73aff1ea7d1b5b8140b361824580449a6b4398 Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Fri, 22 Mar 2013 16:31:47 -0700 Subject: [PATCH] correct comment typo --- test/insanesync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/insanesync.c b/test/insanesync.c index 100eb20..3fc77d4 100644 --- a/test/insanesync.c +++ b/test/insanesync.c @@ -12,7 +12,7 @@ atomic_llong z; atomic_llong z2; /** - This example illustrates a self-satisfying cycling involving + This example illustrates a self-satisfying cycle involving synchronization. A failed synchronization creates the store that causes the synchronization to fail. -- 2.34.1