From 517b77e6e4502dabfee542f17d91201ef04fedff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Fri, 20 Jun 2014 20:13:38 +0200 Subject: [PATCH 1/1] Fix comments. --- src/process3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/process3.c b/src/process3.c index d5be26a..f06a381 100644 --- a/src/process3.c +++ b/src/process3.c @@ -9,11 +9,11 @@ #define BUFFER_STEP 16 /** - * Program grabs data from process1, calculates number of characters in each line - * and pass the value to process3. + * Program grabs data (calculated number of characters) from process2 and prints + * grabbed data to the standard output. */ int main(void) { - /** Named pipe used to communicate with process1 */ + /** Named pipe used to communicate with process2 */ char * read_pipe = "/tmp/process2pipe"; int read_descriptor; -- 2.30.2