summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2020-01-08 14:55:56 +0800
committerPaul Wise <pabs3@bonedaddy.net>2020-01-08 14:55:56 +0800
commit5b9a2785f57f10e5e56005451db79ce2dbdfbbcf (patch)
treebd82add29b93e8e024e8b0575bed93eb96d9fe93
parent7c51ce0e29bd135c216f18e18f0c4ab769af0d6f (diff)
downloadiotop-5b9a2785f57f10e5e56005451db79ce2dbdfbbcf.tar.gz
Fix indefinite article to be "an x86_64 kernel" instead of "a x86_64 kernel"
Suggested-by: anorack
-rw-r--r--THANKS2
1 files changed, 1 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index a6ee349..adb8fbd 100644
--- a/THANKS
+++ b/THANKS
@@ -23,7 +23,7 @@ Martin Bammer <mrbm74@gmail.com>
Piotr Engelking <inkerman42@gmail.com>
Reported that iotop's ioprio_get syscall detection was buggy on 32bit
-userspace on a x86_64 kernel.
+userspace on an x86_64 kernel.
Gabriel Redner <gredner@gmail.com>
Reported a crash were iotop could open /proc/PID/status but not read it as the process disappeared by then.