diff --git a/doc/go_spec.html b/doc/go_spec.html
index 5c62d384295..7bc175adc1e 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -5111,9 +5111,9 @@ The following minimal alignment properties are guaranteed:
- Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
- Method expressions are partially implemented.
- - Gccgo allows only one init() function per source file.
- - Deferred functions cannot access the surrounding function's result parameters.
- - Function results are not addressable in gccgo.
- - Recover is not implemented.
- - The implemented version of panic differs from its specification.
+ - Gccgo: allows only one init() function per source file.
+ - Gccgo: Deferred functions cannot access the surrounding function's result parameters.
+ - Gccgo: Function results are not addressable.
+ - Gccgo: Recover is not implemented.
+ - Gccgo: The implemented version of panic differs from its specification.