[4.1] 0854d43 fix misnomer in comment
PÃ¥l Hermunn Johansen
hermunn at varnish-software.com
Tue Sep 13 13:07:11 CEST 2016
commit 0854d434b14fae0fe1816a1d227ca56574aac336
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Fri Sep 9 16:11:11 2016 +0200
fix misnomer in comment
diff --git a/bin/varnishd/cache/cache_acceptor.c b/bin/varnishd/cache/cache_acceptor.c
index 647d37b..e718374 100644
--- a/bin/varnishd/cache/cache_acceptor.c
+++ b/bin/varnishd/cache/cache_acceptor.c
@@ -371,7 +371,7 @@ vca_make_session(struct worker *wrk, void *arg)
}
/*--------------------------------------------------------------------
- * This function accepts on a single socket for a single session pool.
+ * This function accepts on a single socket for a single thread pool.
*
* As long as we can stick the accepted connection to another thread
* we do so, otherwise we put the socket back on the "BACK" pool
@@ -459,7 +459,7 @@ vca_accept_task(struct worker *wrk, void *arg)
}
/*--------------------------------------------------------------------
- * Called when a worker and attached session pool is created, to
+ * Called when a worker and attached thread pool is created, to
* allocate the tasks which will listen to sockets for that pool.
*/
More information about the varnish-commit
mailing list