Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(174)

Issue 4035041: code review 4035041: bytes.Buffer: fix typo in comment (doubled 'to') (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by r
Modified:
14 years, 5 months ago
Reviewers:
gri
CC:
ken2, golang-dev
Visibility:
Public.

Description

bytes.Buffer: fix typo in comment (doubled 'to')

Patch Set 1 #

Patch Set 2 : code review 4035041: bytes.Buffer: fix typo in comment (doubled 'to') #

Patch Set 3 : code review 4035041: bytes.Buffer: fix typo in comment (doubled 'to') #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/bytes/buffer.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
r
Hello ken (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2011-01-15 06:58:29 UTC) #1
r
*** Submitted as http://code.google.com/p/go/source/detail?r=09ab865d875c *** bytes.Buffer: fix typo in comment (doubled 'to') R=ken2 CC=golang-dev http://codereview.appspot.com/4035041
14 years, 5 months ago (2011-01-15 07:00:09 UTC) #2
gri
14 years, 5 months ago (2011-01-15 16:59:57 UTC) #3
LGTM

On Fri, Jan 14, 2011 at 10:58 PM, <r@golang.org> wrote:

> Reviewers: yuri.vashchenko_gmail.com,
>
> Message:
> Hello ken (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> bytes.Buffer: fix typo in comment (doubled 'to')
>
> Please review this at http://codereview.appspot.com/4035041/
>
> Affected files:
>  M src/pkg/bytes/buffer.go
>
>
> Index: src/pkg/bytes/buffer.go
> ===================================================================
> --- a/src/pkg/bytes/buffer.go
> +++ b/src/pkg/bytes/buffer.go
> @@ -303,7 +303,7 @@
>
>  // NewBuffer creates and initializes a new Buffer using buf as its initial
>  // contents.  It is intended to prepare a Buffer to read existing data.
>  It
> -// can also be used to to size the internal buffer for writing.  To do
> that,
> +// can also be used to size the internal buffer for writing.  To do that,
>  // buf should have the desired capacity but a length of zero.
>  func NewBuffer(buf []byte) *Buffer { return &Buffer{buf: buf} }
>
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b