From: Nick Mathewson Date: Tue, 15 Dec 2009 18:20:02 +0000 (-0500) Subject: Fix comment typos in container.c X-Git-Tag: tor-0.2.2.7-alpha~42^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c672f73bfdcb4cf44a0dbcb4706b804d2273379;p=thirdparty%2Ftor.git Fix comment typos in container.c --- 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