]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tweak a comment for a minor but important distinction
authorNick Mathewson <nickm@torproject.org>
Thu, 2 Nov 2017 14:22:32 +0000 (10:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Nov 2017 14:22:32 +0000 (10:22 -0400)
src/or/hs_circuit.c

index a23edc36a6971b9c9aca3c28bf6260d4161e70d3..ee952f4d687eacce43d812a43a87765058f0d9f1 100644 (file)
@@ -588,7 +588,7 @@ get_lspecs_from_extend_info(const extend_info_t *ei, smartlist_t *lspecs)
   link_specifier_set_ls_len(ls, link_specifier_getlen_un_legacy_id(ls));
   smartlist_add(lspecs, ls);
 
-  /* ed25519 ID is only included if the node has it. */
+  /* ed25519 ID is only included if the extend_info has it. */
   if (!ed25519_public_key_is_zero(&ei->ed_identity)) {
     ls = link_specifier_new();
     link_specifier_set_ls_type(ls, LS_ED25519_ID);