From 4b31d168d1fc427fe373a7e9797243db7c86f96e Mon Sep 17 00:00:00 2001 From: Prasad Chandrasekaran Date: Sun, 4 Jun 2023 16:49:06 +0530 Subject: [PATCH] Update runtime/runtime.go Co-authored-by: Benjamin Wang --- runtime/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/runtime.go b/runtime/runtime.go index 3018d88..4748cd0 100644 --- a/runtime/runtime.go +++ b/runtime/runtime.go @@ -112,7 +112,7 @@ func disable(name string) error { return nil } -// Status gives the current setting and termcount for the failpoint +// Status gives the current setting and execution count for the failpoint func Status(failpath string) (string, int, error) { failpointsMu.Lock() defer failpointsMu.Unlock()