Fix comment typo.
This commit is contained in:
parent
f34b21e155
commit
f704d9cdf1
@ -22,7 +22,7 @@ fn main() {
|
|||||||
|
|
||||||
let opts = Opt::from_args();
|
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 {
|
for i in 0..num_cpus::get() as u32 {
|
||||||
bar.push(CpuWidget::new(i));
|
bar.push(CpuWidget::new(i));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user