You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/10/13 12:22:20 UTC

[skywalking-data-collect-protocol] branch ebpf updated: Fix words

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

wusheng pushed a commit to branch ebpf
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/ebpf by this push:
     new 07ef60a  Fix words
07ef60a is described below

commit 07ef60aace87ca01f33fff872fc3da7a56b0e174
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Oct 13 20:22:13 2022 +0800

    Fix words
---
 language-agent/Tracing.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/language-agent/Tracing.proto b/language-agent/Tracing.proto
index a8dffc3..53dfbe6 100644
--- a/language-agent/Tracing.proto
+++ b/language-agent/Tracing.proto
@@ -236,9 +236,9 @@ service SpanAttachedEventReportService {
 
 // SpanAttachedEvent represents an attached event for a traced RPC.
 //
-// When a RPC is being traced by the in-process language agent, a span would be reported by client-side agent.
+// When an RPC is being traced by the in-process language agent, a span would be reported by the client-side agent.
 // And the rover would be aware of this RPC due to the existing tracing header.
-// Then, rover agent collects extra information from OS level to provide assist information to diagnose network performance.
+// Then, the rover agent collects extra information from the OS level to provide assistance information to diagnose network performance.
 message SpanAttachedEvent {
     // The nanosecond timestamp of the event's start time.
     // Notice, most unit of timestamp in SkyWalking is milliseconds, but NANO-SECOND is required here.