aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/charon/processing/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/processing/scheduler.h b/src/charon/processing/scheduler.h
index 5711a636f..502f70b33 100644
--- a/src/charon/processing/scheduler.h
+++ b/src/charon/processing/scheduler.h
@@ -71,7 +71,7 @@ typedef struct scheduler_t scheduler_t;
* position. In a one-based array that position equals the number of elements
* currently stored in the heap. Then the heap property has to be restored, i.e.
* the new element has to be "bubbled up" the tree until the parent node's key
- * is smaller or new element got the new root of the tree.
+ * is smaller or the element got the new root of the tree.
*
* Removing the next event from the heap works similarly. The event itself is
* the root node and stored at position 1 of the array. After removing it, the