]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use nth consistently in dircollate.h.
authorNick Mathewson <nickm@torproject.org>
Tue, 15 Mar 2016 14:39:50 +0000 (10:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 17:24:09 +0000 (13:24 -0400)
Documentation-only patch. Issue 17668.T6.

src/or/dircollate.c

index 2f02512d3e0ded898d6cf0fe4a5c381db25efb4d..43cf27f489758054b9d0abb9b31f7353bc1bb17c 100644 (file)
@@ -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;