summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-18 21:14:12 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-18 23:35:28 +0100
commit52fa4e7ee4816209ad82ba92ece8a3dc5b25ddd0 (patch)
tree46fdadf73c23a8b15824ddf70f1a224c6a26f47a /ProcessList.c
parent27b8d81ed26098f9b7dd7e0feb5d8b11fdda4288 (diff)
Fix typo
Diffstat (limited to 'ProcessList.c')
-rw-r--r--ProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessList.c b/ProcessList.c
index ee09edc8..78ec2b64 100644
--- a/ProcessList.c
+++ b/ProcessList.c
@@ -149,7 +149,7 @@ int ProcessList_size(ProcessList* this) {
//
// The algorithm is based on `depth-first search`,
// even though `breadth-first search` approach may be more efficient on first glance,
-// after comparision it may be not, as it's not safe to go deeper without first updating the tree structure.
+// after comparison it may be not, as it's not safe to go deeper without first updating the tree structure.
// If it would be safe that approach would likely bring an advantage in performance.
//
// Each call of the function looks for a 'layer'. A 'layer' is a list of processes with the same depth.

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