mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Fix a couple of small spelling mistakes in comments
This commit is contained in:
@ -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) */
|
||||
|
Reference in New Issue
Block a user