summaryrefslogtreecommitdiffstats
path: root/widgets/cpu.go
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-11 11:53:38 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-11 12:02:28 -0700
commit1090d326e8c85a07b5ec35d363e4ebdf67f85a54 (patch)
tree03a77d6e2c456fe6e3137eee8c11d4fc39008cc2 /widgets/cpu.go
parentb870d199ba687607f059e4aa8dc0553b26b6f888 (diff)
Update termui to fix table bug
Diffstat (limited to 'widgets/cpu.go')
-rw-r--r--widgets/cpu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/cpu.go b/widgets/cpu.go
index b84af2c..0533218 100644
--- a/widgets/cpu.go
+++ b/widgets/cpu.go
@@ -12,7 +12,7 @@ import (
type CPU struct {
*ui.LineGraph
- Count int // number of CPUs
+ Count int // number of cores
interval time.Duration
}