From 9390667f0fec5a22e157fa13c72835ed4d66c9ec Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Sun, 21 Jun 2020 12:21:18 +0200 Subject: [PATCH] Update cpu/cpu_dragonfly.go Co-authored-by: shirou --- cpu/cpu_dragonfly.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cpu_dragonfly.go b/cpu/cpu_dragonfly.go index 57beffa..a9862c3 100644 --- a/cpu/cpu_dragonfly.go +++ b/cpu/cpu_dragonfly.go @@ -89,7 +89,7 @@ func TimesWithContext(ctx context.Context, percpu bool) ([]TimesStat, error) { return []TimesStat{*timeStat("cpu-total", times)}, nil } -// Returns only one InfoStat on FreeBSD. The information regarding core +// Returns only one InfoStat on DragonflyBSD. The information regarding core // count, however is accurate and it is assumed that all InfoStat attributes // are the same across CPUs. func Info() ([]InfoStat, error) {