From b66a728d8266f9ed451b2864ab17997eeb5838cd Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 6 Apr 2013 01:26:52 +0200 Subject: [PATCH] Fix typos and improve wording in a comment --- double-buffering.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. */ -- 2.1.4