diff options
| author | shawnps <shawnpsmith@gmail.com> | 2017-01-07 08:23:11 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2017-01-07 16:53:25 +0000 |
| commit | 067bab00a80e028f1d7ce553b27aba2aa3e9675f (patch) | |
| tree | b81638335e93b794eab298a80866fa6478f349c1 /src/bytes | |
| parent | 8fa2344e98aa0eb2ef5a401847a4b760e9d19418 (diff) | |
| download | go-067bab00a80e028f1d7ce553b27aba2aa3e9675f.tar.xz | |
all: fix misspellings
Change-Id: I429637ca91f7db4144f17621de851a548dc1ce76
Reviewed-on: https://go-review.googlesource.com/34923
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Daniel Martà <mvdan@mvdan.cc>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/bytes')
| -rw-r--r-- | src/bytes/buffer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytes/buffer.go b/src/bytes/buffer.go index 2ee3d738ef..196419dc3d 100644 --- a/src/bytes/buffer.go +++ b/src/bytes/buffer.go @@ -23,7 +23,7 @@ type Buffer struct { // The readOp constants describe the last action performed on // the buffer, so that UnreadRune and UnreadByte can check for -// invalid usage. opReadRuneX constants are choosen such that +// invalid usage. opReadRuneX constants are chosen such that // converted to int they correspond to the rune size that was read. type readOp int |
