From 440f7d64048cd94cba669e16fe92137ce6b84073 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Fri, 15 Nov 2019 19:49:30 +0000 Subject: all: fix a bunch of misspellings Change-Id: I5b909df0fd048cd66c5a27fca1b06466d3bcaac7 GitHub-Last-Rev: 778c5d21311abee09a5fbda2e4005a5fd4cc3f9f GitHub-Pull-Request: golang/go#35624 Reviewed-on: https://go-review.googlesource.com/c/go/+/207421 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- src/runtime/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/error.go') diff --git a/src/runtime/error.go b/src/runtime/error.go index 0085dfc824..555befa43d 100644 --- a/src/runtime/error.go +++ b/src/runtime/error.go @@ -88,7 +88,7 @@ func (e plainError) Error() string { return string(e) } -// An boundsError represents a an indexing or slicing operation gone wrong. +// A boundsError represents an indexing or slicing operation gone wrong. type boundsError struct { x int64 y int -- cgit v1.3-5-g9baa