From 540853bde86865dfd193c7ce868c378d1d8a0c25 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 28 Jan 2017 22:18:17 +0900 Subject: [PATCH] nghttpx: Fix typo --- src/shrpx_worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shrpx_worker.h b/src/shrpx_worker.h index 44a29f09..649534e5 100644 --- a/src/shrpx_worker.h +++ b/src/shrpx_worker.h @@ -149,7 +149,7 @@ struct SharedDownstreamAddr { // AFFINITY_IP. std::vector affinity_hash; // List of Http2Session which is not fully utilized (i.e., the - // server advertized maximum concurrency is not reached). We will + // server advertised maximum concurrency is not reached). We will // coalesce as much stream as possible in one Http2Session to fully // utilize TCP connection. //