aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/transform.go
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2022-08-16 13:43:23 +0000
committerGopher Robot <gobot@golang.org>2022-08-16 18:05:58 +0000
commit0df7ad2e79ac5ca5197509596446dd83380aaf90 (patch)
tree06986f78a998040d51207aeb71392dcb0efc440b /src/cmd/compile/internal/noder/transform.go
parent805305e24f762887a10eb5c410683aa541d1b3c3 (diff)
downloadgo-0df7ad2e79ac5ca5197509596446dd83380aaf90.tar.xz
all: fix some typos
Change-Id: I147622770587cff1551a0be189003666463f34e3 GitHub-Last-Rev: 71b5375983820445a331c46481a2a3a44fafb760 GitHub-Pull-Request: golang/go#54472 Reviewed-on: https://go-review.googlesource.com/c/go/+/424154 Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Keith Randall <khr@golang.org> Auto-Submit: Keith Randall <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/cmd/compile/internal/noder/transform.go')
-rw-r--r--src/cmd/compile/internal/noder/transform.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/noder/transform.go b/src/cmd/compile/internal/noder/transform.go
index 50254e694a..87068a9412 100644
--- a/src/cmd/compile/internal/noder/transform.go
+++ b/src/cmd/compile/internal/noder/transform.go
@@ -733,7 +733,7 @@ func transformAppend(n *ir.CallExpr) ir.Node {
// assignconvfn is of args[1] not required here, as the
// types of args[0] and args[1] don't need to match
// (They will both have an underlying type which are
- // slices of indentical base types, or be []byte and string.)
+ // slices of identical base types, or be []byte and string.)
// See issue 53888.
return n
}