summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-18 13:59:55 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-11-18 13:59:55 +0100
commit0a2105eb22dc1121501ca68005059ca19cc7fa34 (patch)
treee8233f47abe076fd7ed9c3799ef762d3cb3a7ef0 /linux/LinuxProcessList.c
parentf720868998604b67fbda0e0c2f38fa714e91027f (diff)
Spelling corrections
Diffstat (limited to 'linux/LinuxProcessList.c')
-rw-r--r--linux/LinuxProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxProcessList.c b/linux/LinuxProcessList.c
index 79094f3e..ecf84a79 100644
--- a/linux/LinuxProcessList.c
+++ b/linux/LinuxProcessList.c
@@ -257,7 +257,7 @@ ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, ui
fclose(statfile);
}
- // Initialze CPU count
+ // Initialize CPU count
{
int cpus = LinuxProcessList_computeCPUcount();
pl->cpuCount = MAXIMUM(cpus, 1);

© 2014-2024 Faster IT GmbH | imprint | privacy policy