LGTM. Thank you. On Tue, Aug 5, 2014 at 1:28 PM, <iant@golang.org> wrote: > Reviewers: ...
10 years, 7 months ago
(2014-08-05 03:29:32 UTC)
#2
LGTM. Thank you.
On Tue, Aug 5, 2014 at 1:28 PM, <iant@golang.org> wrote:
> Reviewers: golang-codereviews,
>
> Message:
> Hello golang-codereviews@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> syscall: fix typo in comment
>
> Please review this at https://codereview.appspot.com/120570043/
>
> Affected files (+1, -1 lines):
> M src/pkg/syscall/syscall_unix.go
>
>
> Index: src/pkg/syscall/syscall_unix.go
> ===================================================================
> --- a/src/pkg/syscall/syscall_unix.go
> +++ b/src/pkg/syscall/syscall_unix.go
> @@ -56,7 +56,7 @@
> cap int
> }{addr, length, length}
>
> - // Use unsafeto turn sl into a []byte.
> + // Use unsafe to turn sl into a []byte.
> b := *(*[]byte)(unsafe.Pointer(&sl))
>
> // Register mapping in m and return it.
>
>
> --
> 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/d/optout.
*** Submitted as https://code.google.com/p/go/source/detail?r=a5850c6d34d6 *** syscall: fix typo in comment LGTM=dave R=golang-codereviews, dave CC=golang-codereviews https://codereview.appspot.com/120570043
10 years, 7 months ago
(2014-08-05 03:30:29 UTC)
#3
Issue 120570043: code review 120570043: syscall: fix typo in comment
(Closed)
Created 10 years, 7 months ago by iant
Modified 10 years, 7 months ago
Reviewers:
Base URL:
Comments: 0