From 456dba4b3181da92d14d3887f6c133229b6fb0c8 Mon Sep 17 00:00:00 2001 From: Xieql Date: Tue, 28 Dec 2021 13:24:51 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#14382) Signed-off-by: Xieql --- internal/util/trace/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/trace/util.go b/internal/util/trace/util.go index 4afaa35256..029fbedf62 100644 --- a/internal/util/trace/util.go +++ b/internal/util/trace/util.go @@ -70,7 +70,7 @@ func initFromEnv(serviceName string) *config.Configuration { return cfg } -// StartSpanFromContext starts a opentracing span. The default operation name is +// StartSpanFromContext starts an opentracing span. The default operation name is // upper two call stacks of the function func StartSpanFromContext(ctx context.Context, opts ...opentracing.StartSpanOption) (opentracing.Span, context.Context) { return StartSpanFromContextWithSkip(ctx, 3, opts...)