From 6532cb48078124e2fcdeda3b8074c4b642a635ac Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 27 Apr 2012 15:13:12 +0200 Subject: [PATCH] Typo. --- src/xbt/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/heap.c b/src/xbt/heap.c index a91e006bf9..2b153804cd 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -148,7 +148,7 @@ void *xbt_heap_pop(xbt_heap_t H) * \param i element position * \return the element at position i if ok, NULL otherwise * - * Extracts from the heap and returns the element at position i. The head is automatically reorded. + * Extracts from the heap and returns the element at position i. The heap is automatically reorded. */ void *xbt_heap_remove(xbt_heap_t H, int i) { -- 2.20.1