mirror of
https://github.com/golang/go
synced 2024-11-17 20:54:48 -07:00
all: fix spelling mistakes
All the mistakes were in comments and were the follow sed commands sed -i 's/communciation/communication/g' src/internal/fuzz/sys_windows.go sed -i 's/communciation/communication/g' src/internal/fuzz/sys_posix.go sed -i 's/substitued/substituted/g' src/cmd/compile/internal/noder/irgen.go
This commit is contained in:
parent
4fb2e1cb86
commit
a471e3d123
@ -115,7 +115,7 @@ type dictInfo struct {
|
||||
itabConvs []ir.Node
|
||||
|
||||
// Mapping from each shape type that substitutes a type param, to its
|
||||
// type bound (which is also substitued with shapes if it is parameterized)
|
||||
// type bound (which is also substituted with shapes if it is parameterized)
|
||||
shapeToBound map[*types.Type]*types.Type
|
||||
|
||||
// For type switches on nonempty interfaces, a map from OTYPE entries of
|
||||
|
@ -48,7 +48,7 @@ func (m *sharedMem) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// setWorkerComm configures communciation channels on the cmd that will
|
||||
// setWorkerComm configures communication channels on the cmd that will
|
||||
// run a worker process.
|
||||
func setWorkerComm(cmd *exec.Cmd, comm workerComm) {
|
||||
mem := <-comm.memMu
|
||||
|
@ -86,7 +86,7 @@ func (m *sharedMem) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// setWorkerComm configures communciation channels on the cmd that will
|
||||
// setWorkerComm configures communication channels on the cmd that will
|
||||
// run a worker process.
|
||||
func setWorkerComm(cmd *exec.Cmd, comm workerComm) {
|
||||
mem := <-comm.memMu
|
||||
|
Loading…
Reference in New Issue
Block a user