From e406a2c15e4d79ead398d781a621be3eb0f5c214 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 23 Feb 2021 17:41:27 +0900 Subject: [PATCH] Update doc --- src/h2load.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h2load.h b/src/h2load.h index 89100e96..fead67c5 100644 --- a/src/h2load.h +++ b/src/h2load.h @@ -218,7 +218,7 @@ struct Stats { std::array status; // The statistics per request std::vector req_stats; - // THe statistics per client + // The statistics per client std::vector client_stats; };