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

@ -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) */