From 1139bfe0dc533aa7d7bcd1cf547517c9f0615288 Mon Sep 17 00:00:00 2001 From: crazycs Date: Fri, 1 Nov 2019 11:17:33 +0800 Subject: [PATCH] Update util/execdetails/execdetails.go Co-Authored-By: Arenatlx --- util/execdetails/execdetails.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/execdetails/execdetails.go b/util/execdetails/execdetails.go index b499cce672e2..163ad695ee8a 100644 --- a/util/execdetails/execdetails.go +++ b/util/execdetails/execdetails.go @@ -78,7 +78,7 @@ const ( PreWriteTimeStr = "Prewrite_time" // CommitTimeStr means the time of commit. CommitTimeStr = "Commit_time" - // GetCommitTSTimeStr means the time of get commit ts. + // GetCommitTSTimeStr means the time of getting commit ts. GetCommitTSTimeStr = "Get_commit_ts_time" // CommitBackoffTimeStr means the time of commit backoff. CommitBackoffTimeStr = "Commit_backoff_time"