From 2c672f73bfdcb4cf44a0dbcb4706b804d2273379 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 15 Dec 2009 13:20:02 -0500 Subject: Fix comment typos in container.c --- src/common/container.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/container.c b/src/common/container.c index 8b3bbeac52..f452a51e42 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -725,7 +725,7 @@ smartlist_pqueue_add(smartlist_t *sl, } /** Remove and return the top-priority item from the heap stored in sl, - * where order is determined by compare and the item's position in is + * where order is determined by compare and the item's position is * stored at position idx_field_offset within the item. sl must * not be empty. */ void * @@ -747,7 +747,7 @@ smartlist_pqueue_pop(smartlist_t *sl, } /** Remove the item item from the heap stored in sl, - * where order is determined by compare and the item's position in is + * where order is determined by compare and the item's position is * stored at position idx_field_offset within the item. sl must * not be empty. */ void -- cgit v1.2.3-54-g00ecf