projects
/
experiments
/
double-buffering.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8aaf9a7
)
Fix typos and improve wording in a comment
master
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 5 Apr 2013 23:26:52 +0000
(
01:26
+0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Fri, 5 Apr 2013 23:26:52 +0000
(
01:26
+0200)
double-buffering.c
patch
|
blob
|
history
diff --git
a/double-buffering.c
b/double-buffering.c
index
b4d3f01
..
d9ba592
100644
(file)
--- a/
double-buffering.c
+++ b/
double-buffering.c
@@
-18,10
+18,10
@@
*/
/*
*/
/*
- * NOTE: the synchronization scheme used in this program assume
that we want
- *
to consume ALL the buffer produced, exactly ONE time
.
+ * NOTE: the synchronization scheme used in this program assume
s that ALL the
+ *
buffers produced will be consumed, each exactly ONCE
.
*
*
- * In other cases when buffer skipping or buffer duplication i
n
wanted the
+ * In other cases when buffer skipping or buffer duplication i
s
wanted the
* synchronization scheme can change.
*/
* synchronization scheme can change.
*/