Fix typos and improve wording in a comment master
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 5 Apr 2013 23:26:52 +0000 (01:26 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 5 Apr 2013 23:26:52 +0000 (01:26 +0200)
double-buffering.c

index b4d3f01..d9ba592 100644 (file)
  */
 
 /*
- * 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 assumes that ALL the
+ * buffers produced will be consumed, each exactly ONCE.
  *
- * In other cases when buffer skipping or buffer duplication in wanted the
+ * In other cases when buffer skipping or buffer duplication is wanted the
  * synchronization scheme can change.
  */