nghttpx: Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2016-07-31 20:50:07 +09:00
parent e2906025c8
commit 54f640f3e1
1 changed files with 1 additions and 1 deletions

View File

@ -2517,7 +2517,7 @@ int process_options(Config *config,
namespace {
// Closes file descriptor which are opened for listeners in config,
// and which are not inherited from |iaddrs|.
// and are not inherited from |iaddrs|.
void close_not_inherited_fd(Config *config,
const std::vector<InheritedAddr> &iaddrs) {
auto &listenerconf = config->conn.listener;