Skip to content

Commit e2f2f73

Browse files
authored
doc: Fix godoc typo in core/system_metric/sys_metric_stat.go (alibaba#523)
1 parent 37e88a4 commit e2f2f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/system_metric/sys_metric_stat.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func retrieveAndUpdateCpuStat() {
181181
currentCpuUsage.Store(cpuPercent)
182182
}
183183

184-
// getProcessCpuStat gets current process's memory usage in Bytes
184+
// getProcessCpuStat gets current process's cpu usage in percentage
185185
func getProcessCpuStat() (float64, error) {
186186
curProcess := currentProcess.Load()
187187
if curProcess == nil {

0 commit comments

Comments
 (0)