]> Cypherpunks repositories - gostls13.git/commit
all: fix misprints in comments
authorAinar Garipov <gugl.zadolbal@gmail.com>
Thu, 11 Jun 2015 13:49:38 +0000 (16:49 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 11 Jun 2015 14:18:57 +0000 (14:18 +0000)
commit7f9f70e5b65d116539b5c6ee586ea12988682a4f
treee5790f78d97cd92a1642ceea499f4bdc963fa49d
parent15c8ab00e88419b584eefd38ec6ddcdbea3e488c
all: fix misprints in comments

These were found by grepping the comments from the go code and feeding
the output to aspell.

Change-Id: Id734d6c8d1938ec3c36bd94a4dbbad577e3ad395
Reviewed-on: https://go-review.googlesource.com/10941
Reviewed-by: Aamir Khan <syst3m.w0rm@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
47 files changed:
doc/devel/weekly.html
doc/go1.1.html
src/cmd/asm/internal/asm/parse.go
src/cmd/compile/internal/gc/inl.go
src/cmd/compile/internal/gc/order.go
src/cmd/compile/internal/gc/plive.go
src/cmd/compile/internal/gc/reflect.go
src/cmd/compile/internal/gc/typecheck.go
src/cmd/go/build.go
src/cmd/internal/obj/arm/asm5.go
src/cmd/internal/rsc.io/arm/armasm/ext_test.go
src/cmd/internal/rsc.io/x86/x86asm/ext_test.go
src/cmd/link/internal/arm/asm.go
src/cmd/objdump/objdump_test.go
src/cmd/pprof/internal/profile/encode.go
src/cmd/pprof/internal/svg/svg.go
src/cmd/yacc/testdata/expr/main.go
src/crypto/rsa/rsa.go
src/crypto/tls/key_agreement.go
src/debug/dwarf/entry.go
src/encoding/csv/writer.go
src/internal/trace/parser.go
src/net/file_test.go
src/net/http/client_test.go
src/net/http/transport_test.go
src/net/internal/socktest/sys_windows.go
src/net/sock_posix.go
src/net/url/example_test.go
src/os/exec/lp_windows_test.go
src/runtime/lfstack_test.go
src/runtime/mbitmap.go
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/mgcwork.go
src/runtime/mheap.go
src/runtime/netpoll.go
src/runtime/netpoll_solaris.go
src/runtime/panic.go
src/runtime/proc1.go
src/runtime/race/testdata/select_test.go
src/runtime/runtime2.go
src/runtime/slice.go
src/runtime/sqrt_test.go
src/runtime/sys_nacl_386.s
src/syscall/dll_windows.go
src/syscall/mksyscall_windows.go
src/syscall/route_bsd.go