This is an automated email from the ASF dual-hosted git repository.

wu-sheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 052bf4b  chore: fix function name in comment to match actual function 
(#244)
052bf4b is described below

commit 052bf4b42c1354ea3f7c3fe959e4c8cf7e1a9755
Author: LuaLighter <[email protected]>
AuthorDate: Sat May 2 11:15:59 2026 +0800

    chore: fix function name in comment to match actual function (#244)
---
 plugins/core/tracing/api.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/core/tracing/api.go b/plugins/core/tracing/api.go
index 530aef1..4c8c3fd 100644
--- a/plugins/core/tracing/api.go
+++ b/plugins/core/tracing/api.go
@@ -169,7 +169,7 @@ func GetCorrelationContextValue(key string) string {
        return 
op.Tracing().(operator.TracingOperator).GetCorrelationContextValue(key)
 }
 
-// SetRuntimeContextValue sets the value of the key in the correlation context.
+// SetCorrelationContextValue sets the value of the key in the correlation 
context.
 func SetCorrelationContextValue(key, val string) {
        op := operator.GetOperator()
        if op != nil {

Reply via email to