projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02558d4
)
correct comment typo
author
Brian Demsky
<bdemsky@uci.edu>
Fri, 22 Mar 2013 23:31:47 +0000
(16:31 -0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Fri, 22 Mar 2013 23:31:47 +0000
(16:31 -0700)
test/insanesync.c
patch
|
blob
|
history
diff --git
a/test/insanesync.c
b/test/insanesync.c
index 100eb20cf52622a37890fae1c5e9018a1b3f18c3..3fc77d44fb0d155f5172b899b5255a5a11336402 100644
(file)
--- a/
test/insanesync.c
+++ b/
test/insanesync.c
@@
-12,7
+12,7
@@
atomic_llong z;
atomic_llong z2;
/**
- This example illustrates a self-satisfying cycl
ing
involving
+ This example illustrates a self-satisfying cycl
e
involving
synchronization. A failed synchronization creates the store that
causes the synchronization to fail.