diff --git a/doc/go1.6.html b/doc/go1.6.html index 9594736e65..902a82d517 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -116,7 +116,7 @@ instead of generated from yacc.

The compiler, linker, and go command have a new flag -msan, analogous to -race and only available on linux/amd64, -that enables interoperation with the Clang MemorySanitizer. +that enables interoperation with the Clang MemorySanitizer. Such interoperation is useful mainly for testing a program containing suspect C or C++ code.