Fix a couple of small spelling mistakes in comments

This commit is contained in:
Nathan Scott 2021-02-15 12:54:20 +11:00
parent c44b2ec795
commit 8cd90f0c4a
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
assert(startPos >= 0);

View File

@ -100,7 +100,7 @@ typedef struct LinuxProcess_ {
/* Storage data written (in kilobytes) */
unsigned long long io_write_bytes;
/* Storgae data cancelled (in kilobytes) */
/* Storage data cancelled (in kilobytes) */
unsigned long long io_cancelled_write_bytes;
/* Point in time of last io scan (in seconds elapsed since the Epoch) */