Update decompress-file.c
diff --git a/examples/decompress-file.c b/examples/decompress-file.c
index 06ca488..93f16d6 100644
--- a/examples/decompress-file.c
+++ b/examples/decompress-file.c
@@ -1,5 +1,5 @@
-/* Decompress a file SEQUENTIALLY (i.e. *not* in parallel) using bzip3 high level API. */
+/* Decompress a file produced by compress-file SEQUENTIALLY (i.e. *not* in parallel) using bzip3 high level API. */
/* This is just a demonstration of bzip3 library usage, it does not contain all the necessary error checks and will not
* support cross-endian encoding/decoding. It *WILL* segfault if the input file does not exist,
* malloc returns a NULL pointer, etc... - you are expected to handle these corner cases in your code. */
