LGTM. On Thu, May 30, 2013 at 10:54 AM, <mikioh.mikioh@gmail.com> wrote: > Reviewers: golang-dev1, > ...
11 years, 9 months ago
(2013-05-30 01:03:03 UTC)
#2
LGTM.
On Thu, May 30, 2013 at 10:54 AM, <mikioh.mikioh@gmail.com> wrote:
> Reviewers: golang-dev1,
>
> Message:
> Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go.net
>
>
> Description:
> go.net/ipv4: fix typo
>
> Please review this at https://codereview.appspot.com/9827043/
>
> Affected files:
> M ipv4/endpoint.go
>
>
> Index: ipv4/endpoint.go
> ===================================================================
> --- a/ipv4/endpoint.go
> +++ b/ipv4/endpoint.go
> @@ -162,7 +162,7 @@
> return c.packetHandler.c.Close()
> }
>
> -// NewRawConn returns a new RawConn using c as it sunderlying
> +// NewRawConn returns a new RawConn using c as its underlying
> // transport.
> func NewRawConn(c net.PacketConn) (*RawConn, error) {
> r := &RawConn{
>
>
> --
>
> ---You received this message because you are subscribed to the Google Groups
> "golang-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-dev+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Issue 9827043: code review 9827043: go.net/ipv4: fix typo
(Closed)
Created 11 years, 9 months ago by mikio
Modified 11 years, 9 months ago
Reviewers:
Base URL:
Comments: 0