Update prebuilts to go 1.5.1
Change-Id: I626e6697429cdd6918fd22586ca7a746f6525c55
diff --git a/test/errchk b/test/errchk
index de0c4fd..b07bbc7 100755
--- a/test/errchk
+++ b/test/errchk
@@ -47,7 +47,7 @@
$cmd = join(' ', @ARGV);
open(CMD, "exec $cmd </dev/null 2>&1 |") || die "BUG: errchk: run $cmd: $!";
-# 6g error messages continue onto additional lines with leading tabs.
+# gc error messages continue onto additional lines with leading tabs.
# Split the output at the beginning of each line that doesn't begin with a tab.
$out = join('', <CMD>);
@out = split(/^(?!\t)/m, $out);