Fix comment typo.

This commit is contained in:
Bill Thiede 2019-09-23 13:17:23 -07:00
parent f34b21e155
commit f704d9cdf1

View File

@ -22,7 +22,7 @@ fn main() {
let opts = Opt::from_args();
//Display all the cpu usage for each core
// Display all the cpu usage for each core
for i in 0..num_cpus::get() as u32 {
bar.push(CpuWidget::new(i));
}