From 8b5747f145a3866ab72f19320d6ce0171f3e2bdc Mon Sep 17 00:00:00 2001 From: glorv Date: Mon, 4 Dec 2023 14:07:55 +0800 Subject: [PATCH] fix typo Signed-off-by: glorv --- util/execdetails.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/execdetails.go b/util/execdetails.go index a1c3cbe91b..34cc058aa5 100644 --- a/util/execdetails.go +++ b/util/execdetails.go @@ -330,7 +330,7 @@ type ExecDetails struct { WaitKVRespDuration int64 WaitPDRespDuration int64 WaitRUDuration int64 - // total read ans write ru in 1/1000 + // total read and write ru in 1/1000 precision. MilliRRU int64 MilliWRU int64 }