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