From: Antonio Ospite 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/HEAD 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. */