10 years, 7 months ago
(2014-09-12 14:50:27 UTC)
#2
LGTM
On Sep 12, 2014 10:41 AM, <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:
> runtime: fix typo in comment
>
> Please review this at https://codereview.appspot.com/140590043/
>
> Affected files (+1, -1 lines):
> M src/runtime/mgc0.c
>
>
> Index: src/runtime/mgc0.c
> ===================================================================
> --- a/src/runtime/mgc0.c
> +++ b/src/runtime/mgc0.c
> @@ -997,7 +997,7 @@
> }
>
> // State of background runtime·sweep.
> -// Pretected by runtime·gclock.
> +// Protected by runtime·gclock.
> // Must match mgc0.go.
> struct
> {
>
>
> --
> 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.
>
Issue 140590043: code review 140590043: runtime: fix typo in comment
(Closed)
Created 10 years, 7 months ago by iant
Modified 10 years, 7 months ago
Reviewers: gobot
Base URL:
Comments: 0