]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment typos in container.c
authorNick Mathewson <nickm@torproject.org>
Tue, 15 Dec 2009 18:20:02 +0000 (13:20 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 Dec 2009 18:20:02 +0000 (13:20 -0500)
src/common/container.c

index 8b3bbeac52347c52c165859c54f634871b3e2872..f452a51e428b8f05b42c9da0fb77d47c3b36707d 100644 (file)
@@ -725,7 +725,7 @@ smartlist_pqueue_add(smartlist_t *sl,
 }
 
 /** Remove and return the top-priority item from the heap stored in <b>sl</b>,
- * where order is determined by <b>compare</b> and the item's position in is
+ * where order is determined by <b>compare</b> and the item's position is
  * stored at position <b>idx_field_offset</b> within the item.  <b>sl</b> must
  * not be empty. */
 void *
@@ -747,7 +747,7 @@ smartlist_pqueue_pop(smartlist_t *sl,
 }
 
 /** Remove the item <b>item</b> from the heap stored in <b>sl</b>,
- * where order is determined by <b>compare</b> and the item's position in is
+ * where order is determined by <b>compare</b> and the item's position is
  * stored at position <b>idx_field_offset</b> within the item.  <b>sl</b> must
  * not be empty. */
 void