aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pprof
diff options
context:
space:
mode:
authorDaniel Martí <mvdan@mvdan.cc>2019-12-10 14:27:53 +0000
committerRobert Griesemer <gri@golang.org>2019-12-10 16:23:10 +0000
commit41348081fa0511c8f442d236d32ff8d589c8c557 (patch)
tree89b75e7cbc221e7a6cfa21943fe57bfecd870d05 /src/cmd/pprof
parent3a3093d5c7e1fb557d7b598a758f4925db4b0f13 (diff)
downloadgo-41348081fa0511c8f442d236d32ff8d589c8c557.tar.gz
go-41348081fa0511c8f442d236d32ff8d589c8c557.zip
all: fix a number of misuses of the word "an"
After golang.org/cl/210124, I wondered if the same error had gone unnoticed elsewhere. I quickly spotted another dozen mistakes after reading through the output of: git grep '\<[Aa]n [bcdfgjklmnpqrtvwyz][a-z]' Many results are false positives for acronyms like "an mtime", since it's pronounced "an em-time". However, the total amount of output isn't that large given how simple the grep pattern is. Change-Id: Iaa2ca69e42f4587a9e3137d6c5ed758887906ca6 Reviewed-on: https://go-review.googlesource.com/c/go/+/210678 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Zach Jones <zachj1@gmail.com> Reviewed-by: Robert Griesemer <gri@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd/pprof')
-rw-r--r--src/cmd/pprof/readlineui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/pprof/readlineui.go b/src/cmd/pprof/readlineui.go
index 5b9701a0e2..0c9fafdad7 100644
--- a/src/cmd/pprof/readlineui.go
+++ b/src/cmd/pprof/readlineui.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// This file contains an driver.UI implementation
+// This file contains a driver.UI implementation
// that provides the readline functionality if possible.
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows