[tor-commits] [tor/master] Use nth consistently in dircollate.h.

nickm at torproject.org nickm at torproject.org
Mon Mar 21 17:27:36 UTC 2016


commit 2f2fba8a918674b7187a5b497bb156b79aaec4e1
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Mar 15 10:39:50 2016 -0400

    Use nth consistently in dircollate.h.
    
    Documentation-only patch. Issue 17668.T6.
---
 src/or/dircollate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/dircollate.c b/src/or/dircollate.c
index 2f02512..43cf27f 100644
--- a/src/or/dircollate.c
+++ b/src/or/dircollate.c
@@ -22,8 +22,8 @@ static void dircollator_collate_by_ed25519(dircollator_t *dc);
 typedef struct ddmap_entry_s {
   HT_ENTRY(ddmap_entry_s) node;
   uint8_t d[DIGEST_LEN + DIGEST256_LEN];
-  /* The i'th member of this array corresponds to the vote_routerstatus_t (if
-   * any) received for this digest pair from the n'th voter. */
+  /* The nth member of this array corresponds to the vote_routerstatus_t (if
+   * any) received for this digest pair from the nth voter. */
   vote_routerstatus_t *vrs_lst[FLEXIBLE_ARRAY_MEMBER];
 } ddmap_entry_t;
 





More information about the tor-commits mailing list