Update cpu/cpu_dragonfly.go

Co-authored-by: shirou <shirou.faw@gmail.com>
This commit is contained in:
Guillaume Ballet 2020-06-21 12:21:18 +02:00 committed by GitHub
parent 56d9e0b7be
commit 9390667f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {