Merge branch 'upstream'
[debian/pax] / ar_io.c
diff --git a/ar_io.c b/ar_io.c
index 2a833bb2f65d333c5b285d553cc8d7de916d01ab..6679547a0de7e12ff50f37ca69d31fd8cb2a1b13 100644 (file)
--- a/ar_io.c
+++ b/ar_io.c
@@ -1248,8 +1248,9 @@ ar_next(void)
 
 /*
  * ar_start_gzip()
- * starts the gzip compression/decompression process as a child, using magic
- * to keep the fd the same in the calling function (parent).
+ * starts the compress, gzip or bzip2 compression/decompression process
+ * as a child, using magic to keep the fd the same in the calling function
+ * (parent).
  */
 void
 ar_start_gzip(int fd, const char *gzip_program, int wr)