]> Cypherpunks repositories - gostls13.git/commit
go/types: correct misspelling in function doc
authorLeigh McCulloch <leighmcc@gmail.com>
Sun, 2 Sep 2018 16:53:03 +0000 (16:53 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 4 Sep 2018 00:01:08 +0000 (00:01 +0000)
commitdb3f52db8edfa51c76d1e3e1a417d46b85528132
tree69852fd6ebc568f264774466cffb03012edc65d7
parent67ac554d7978eb93f3dfe7a819c67948dd291d88
go/types: correct misspelling in function doc

The indirectType function comment uses the phrase 'layed out'. In the
context of that phrase, where something is being placed or sprawled,
the word should be 'laid'. 'Layed' is a misspelling of 'laid'.

Change-Id: I05ecb97637276e2252c47e92a0bd678130714889
GitHub-Last-Rev: 6ee67371b42c12ceaf4c6c245319748008ac7e7b
GitHub-Pull-Request: golang/go#27444
Reviewed-on: https://go-review.googlesource.com/132779
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/types/typexpr.go