From: Antonio Ospite <ospite@studenti.unina.it>
Date: Fri, 5 Apr 2013 23:26:52 +0000 (+0200)
Subject: Fix typos and improve wording in a comment
X-Git-Url: https://git.ao2.it/experiments/double-buffering.git/commitdiff_plain/b66a728d8266f9ed451b2864ab17997eeb5838cd?ds=sidebyside;hp=8aaf9a727aa73ee9bbb28f942f4a4eb672a7ab78

Fix typos and improve wording in a comment
---

diff --git a/double-buffering.c b/double-buffering.c
index b4d3f01..d9ba592 100644
--- 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 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.
  */