[tor-bugs] #33883 [- Select a component]: Fix typo in router_build_fresh_unsigned_routerinfo() comment (was: Fix typo in router_build_fresh_unsigned_routerinfo())

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Apr 12 19:46:53 UTC 2020


#33883: Fix typo in router_build_fresh_unsigned_routerinfo() comment
----------------------------------+------------------------------
 Reporter:  neel                  |          Owner:  neel
     Type:  defect                |         Status:  needs_review
 Priority:  Medium                |      Milestone:
Component:  - Select a component  |        Version:
 Severity:  Normal                |     Resolution:
 Keywords:  easy                  |  Actual Points:
Parent ID:                        |         Points:
 Reviewer:                        |        Sponsor:
----------------------------------+------------------------------
Changes (by neel):

 * status:  assigned => needs_review


Old description:

> This comment:
>
> {{{
>   /* If there is no valud IPv6 ORPort, the address and port are null. */
> }}}
>
> should be:
>

> {{{
>   /* If there is no valid IPv6 ORPort, the address and port are null. */
> }}}

New description:

 This comment in `router_build_fresh_unsigned_routerinfo()`:

 {{{
   /* If there is no valud IPv6 ORPort, the address and port are null. */
 }}}

 should be:


 {{{
   /* If there is no valid IPv6 ORPort, the address and port are null. */
 }}}

--

Comment:

 PR: https://github.com/torproject/tor/pull/1860

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/33883#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list