Update cpu/cpu_dragonfly.go

Co-authored-by: shirou <shirou.faw@gmail.com>
pull/893/head
Guillaume Ballet 5 years ago committed by GitHub
parent 56d9e0b7be
commit 9390667f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save