diff --git a/doc/gccgo_contribute.html b/doc/gccgo_contribute.html
index 4d268e02c5..b2a0b651cc 100644
--- a/doc/gccgo_contribute.html
+++ b/doc/gccgo_contribute.html
@@ -84,7 +84,7 @@ To run the gccgo test suite, run make check-go
in your
build directory. This will run various tests
under gcc/testsuite/go.*
and will also run
the libgo
testsuite. This copy of the tests from the
-main Go repository is run using the DejaGNU script found in
+main Go repository is run using the DejaGNU script found
in gcc/testsuite/go.test/go-test.exp
.
GOROOT
environment variable to your chosen path.
-Add the bin
subdirectory of your Go root (for example, c:\Go\bin
) to to your PATH
environment variable.
+Add the bin
subdirectory of your Go root (for example, c:\Go\bin
) to your PATH
environment variable.