From 68173e1fea0e642e69c20d2c50100f7392e5f823 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 18 May 2009 13:04:18 +0200 Subject: [PATCH] typo --- src/charon/processing/scheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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