summaryrefslogtreecommitdiff
path: root/docs/examples/multithread.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-11-22 10:57:55 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-11-22 14:41:15 +0100
commitc1cdc08cbba4baa5297789a51e320537d787df22 (patch)
tree1ccdc99d0bc501ee1b8c689a33e026c0c58d4b7e /docs/examples/multithread.c
parentaf22c2a546ab862ab577c8d9d3609af0de178974 (diff)
examples: update descriptions
Make them not say "this is an example showing..." and instead just say what the example shows. Closes #9960
Diffstat (limited to 'docs/examples/multithread.c')
-rw-r--r--docs/examples/multithread.c2
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>
*/