[or-cvs] [tor/master] Fix comment typos in container.c

Nick Mathewson nickm at seul.org
Sat Dec 19 03:34:46 UTC 2009


Author: Nick Mathewson <nickm at torproject.org>
Date: Tue, 15 Dec 2009 13:20:02 -0500
Subject: Fix comment typos in container.c
Commit: 2c672f73bfdcb4cf44a0dbcb4706b804d2273379

---
 src/common/container.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/container.c b/src/common/container.c
index 8b3bbea..f452a51 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 <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
-- 
1.5.6.5




More information about the tor-commits mailing list