From 8cd90f0c4a40b31aec634e3acfde7c53b5dd23d6 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 15 Feb 2021 12:54:20 +1100 Subject: Fix a couple of small spelling mistakes in comments --- linux/LinuxProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/LinuxProcess.h') diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h index 03103c36..29ef2a98 100644 --- a/linux/LinuxProcess.h +++ b/linux/LinuxProcess.h @@ -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) */ -- cgit v1.2.3