nghttpx: Fix typo

This commit is contained in:
Tatsuhiro Tsujikawa 2017-01-28 22:18:17 +09:00
parent c757f7d848
commit 540853bde8
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ struct SharedDownstreamAddr {
// AFFINITY_IP.
std::vector<AffinityHash> 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.
//