From b5adaedafed993caab25316f5daff1d3fa8afc0a Mon Sep 17 00:00:00 2001 From: tongjicoder Date: Fri, 14 Jun 2024 18:09:07 +0800 Subject: [PATCH] chore: make function comment match function name Signed-off-by: tongjicoder --- validator/server_arb/execution_run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/server_arb/execution_run.go b/validator/server_arb/execution_run.go index 255d42ab16..4af5736ba6 100644 --- a/validator/server_arb/execution_run.go +++ b/validator/server_arb/execution_run.go @@ -19,7 +19,7 @@ type executionRun struct { close sync.Once } -// NewExecutionChallengeBackend creates a backend with the given arguments. +// NewExecutionRun creates a backend with the given arguments. // Note: machineCache may be nil, but if present, it must not have a restricted range. func NewExecutionRun( ctxIn context.Context,