X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpipe-filter.h;h=49e83a3489231a4f32322fa832273cb62acfc3d4;hb=7a719c1772d45a9990560820a78ae76534ae3497;hp=1bea48fc9fc096494ea36f2fb72b9cf85587e296;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/pipe-filter.h b/lib/pipe-filter.h index 1bea48fc9..49e83a348 100644 --- a/lib/pipe-filter.h +++ b/lib/pipe-filter.h @@ -119,7 +119,7 @@ typedef void (*done_read_fn) (void *data_read, size_t num_bytes_read, true, otherwise return 127. Callback arguments are as described above. - Data is alternatingly written to the subprocess, through the functions + Data is alternately written to the subprocess, through the functions prepare_write and done_write, and read from the subprocess, through the functions prepare_read and done_read.