From 067bab00a80e028f1d7ce553b27aba2aa3e9675f Mon Sep 17 00:00:00 2001 From: shawnps Date: Sat, 7 Jan 2017 08:23:11 -0800 Subject: all: fix misspellings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I429637ca91f7db4144f17621de851a548dc1ce76 Reviewed-on: https://go-review.googlesource.com/34923 Reviewed-by: Ian Lance Taylor Reviewed-by: Daniel Martí Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- src/bytes/buffer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytes/buffer.go') 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 -- cgit v1.3