1
0
mirror of https://github.com/golang/go synced 2024-11-26 18:06:55 -07:00

doc: fix typo in gccgo contribute

Change-Id: Ib9699fc9c45f61e9d75e9d9ae69167f039a66dfc
Reviewed-on: https://go-review.googlesource.com/1890
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Emil Hessman 2014-12-19 08:37:52 +01:00 committed by Minux Ma
parent 481ce36ec4
commit ddb24da850

View File

@ -105,7 +105,7 @@ or <code>gcc/testsuite/go.dg</code> directories in the GCC repository.
<p> <p>
Changes to the Go frontend should follow the same process as for the Changes to the Go frontend should follow the same process as for the
main Go repository, only for the <code>gofrontend</code> project and main Go repository, only for the <code>gofrontend</code> project and
the<code>gofrontend-dev@googlegroups.com</code> mailing list the <code>gofrontend-dev@googlegroups.com</code> mailing list
rather than the <code>go</code> project and the rather than the <code>go</code> project and the
<code>golang-dev@googlegroups.com</code> mailing list. Those changes <code>golang-dev@googlegroups.com</code> mailing list. Those changes
will then be merged into the GCC sources. will then be merged into the GCC sources.