mirror of https://github.com/xzeldon/htop.git
Fix a couple of small spelling mistakes in comments
This commit is contained in:
parent
c44b2ec795
commit
8cd90f0c4a
2
Meter.c
2
Meter.c
|
@ -216,7 +216,7 @@ static void BarMeterMode_draw(Meter* this, int x, int y, int w) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If still to large, print the start not the end
|
// If still too large, print the start not the end
|
||||||
startPos = MINIMUM(startPos, w);
|
startPos = MINIMUM(startPos, w);
|
||||||
}
|
}
|
||||||
assert(startPos >= 0);
|
assert(startPos >= 0);
|
||||||
|
|
|
@ -100,7 +100,7 @@ typedef struct LinuxProcess_ {
|
||||||
/* Storage data written (in kilobytes) */
|
/* Storage data written (in kilobytes) */
|
||||||
unsigned long long io_write_bytes;
|
unsigned long long io_write_bytes;
|
||||||
|
|
||||||
/* Storgae data cancelled (in kilobytes) */
|
/* Storage data cancelled (in kilobytes) */
|
||||||
unsigned long long io_cancelled_write_bytes;
|
unsigned long long io_cancelled_write_bytes;
|
||||||
|
|
||||||
/* Point in time of last io scan (in seconds elapsed since the Epoch) */
|
/* Point in time of last io scan (in seconds elapsed since the Epoch) */
|
||||||
|
|
Loading…
Reference in New Issue