gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 27/125: threaded-shared-conn.c: fixed typo in comme


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 27/125: threaded-shared-conn.c: fixed typo in commenta
Date: Sun, 21 Jan 2018 23:41:22 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 415b8dff8e4b887f7479f16cb415ba8b2d9c20f9
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Dec 5 23:35:08 2017 +0100

    threaded-shared-conn.c: fixed typo in commenta
---
 docs/examples/threaded-shared-conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/threaded-shared-conn.c 
b/docs/examples/threaded-shared-conn.c
index 7ff832e84..ab5ac406d 100644
--- a/docs/examples/threaded-shared-conn.c
+++ b/docs/examples/threaded-shared-conn.c
@@ -26,7 +26,7 @@
  * This example fires up NUM_THREADS threads and in each single thread, it
  * downloads the same fixed URL a URL_ITERATIONS number of times. The received
  * data is just thrown away. It sets up a single shared object that holds the
- * connection cache and all easy threads in all threads share that same cache.
+ * connection cache and all easy handles in all threads share that same cache.
  *
  * This example uses pthreads for threads and mutexes, but should be easy to
  * modify to use different thread/mutex system should you want to.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]