diff options
Diffstat (limited to 'docs/examples/multithread.c')
-rw-r--r-- | docs/examples/multithread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index 4f2c85574..2b89798e3 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -22,7 +22,7 @@ * ***************************************************************************/ /* <DESC> - * A multi-threaded example that uses pthreads to fetch several files at once + * A multi-threaded program using pthreads to fetch several files at once * </DESC> */ |