LinuxProcessList: fix misspelling

This commit is contained in:
Christian Göttsche 2020-11-24 11:46:17 +01:00
parent 72df930241
commit 952ee9cd77
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ static bool LinuxProcessList_recurseProcTree(LinuxProcessList* this, const char*
LinuxProcessList_recurseProcTree(this, subdirname, proc, period, tv);
/*
* These conditions will not trigger on first occurence, cause we need to
* These conditions will not trigger on first occurrence, cause we need to
* add the process to the ProcessList and do all one time scans
* (e.g. parsing the cmdline to detect a kernel thread)
* But it will short-circuit subsequent scans.