Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Feb 23, 2021
1 parent 962a75c commit e406a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h2load.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ struct Stats {
std::array<size_t, 6> status;
// The statistics per request
std::vector<RequestStat> req_stats;
// THe statistics per client
// The statistics per client
std::vector<ClientStat> client_stats;
};

Expand Down

0 comments on commit e406a2c

Please sign in to comment.