Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago
(2013-12-31 02:57:16 UTC)
#1
LGTM On Dec 30, 2013 6:57 PM, <mikioh.mikioh@gmail.com> wrote: > Reviewers: golang-codereviews, > > Message: ...
11 years, 6 months ago
(2013-12-31 02:57:47 UTC)
#2
LGTM
On Dec 30, 2013 6:57 PM, <mikioh.mikioh@gmail.com> wrote:
> Reviewers: golang-codereviews,
>
> Message:
> Hello golang-codereviews@googlegroups.com (cc:
> golang-codereviews@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> net: fix typo
>
> Please review this at https://codereview.appspot.com/46600043/
>
> Affected files (+1, -1 lines):
> M src/pkg/net/iprawsock_posix.go
>
>
> Index: src/pkg/net/iprawsock_posix.go
> ===================================================================
> --- a/src/pkg/net/iprawsock_posix.go
> +++ b/src/pkg/net/iprawsock_posix.go
> @@ -19,7 +19,7 @@
> // that you do not uses these methods if it is important to receive a
> // full packet.
> //
> -// The Go 1 compatibliity guidelines make it impossible for us to
> +// The Go 1 compatibility guidelines make it impossible for us to
> // change the behavior of these methods; use Read or ReadMsgIP
> // instead.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
LGTM. > On 31 Dec 2013, at 13:57, mikioh.mikioh@gmail.com wrote: > > Reviewers: golang-codereviews, > ...
11 years, 6 months ago
(2013-12-31 04:09:13 UTC)
#3
LGTM.
> On 31 Dec 2013, at 13:57, mikioh.mikioh@gmail.com wrote:
>
> Reviewers: golang-codereviews,
>
> Message:
> Hello golang-codereviews@googlegroups.com (cc:
> golang-codereviews@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> net: fix typo
>
> Please review this at https://codereview.appspot.com/46600043/
>
> Affected files (+1, -1 lines):
> M src/pkg/net/iprawsock_posix.go
>
>
> Index: src/pkg/net/iprawsock_posix.go
> ===================================================================
> --- a/src/pkg/net/iprawsock_posix.go
> +++ b/src/pkg/net/iprawsock_posix.go
> @@ -19,7 +19,7 @@
> // that you do not uses these methods if it is important to receive a
> // full packet.
> //
> -// The Go 1 compatibliity guidelines make it impossible for us to
> +// The Go 1 compatibility guidelines make it impossible for us to
> // change the behavior of these methods; use Read or ReadMsgIP
> // instead.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
"golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Issue 46600043: code review 46600043: net: fix typo
(Closed)
Created 11 years, 6 months ago by mikio
Modified 11 years, 6 months ago
Reviewers:
Base URL:
Comments: 0