test/chan: document tests

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5677094
diff --git a/test/chan/perm.go b/test/chan/perm.go
index 89e32f1..7e152c5 100644
--- a/test/chan/perm.go
+++ b/test/chan/perm.go
@@ -4,6 +4,10 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// Test various correct and incorrect permutations of send-only,
+// receive-only, and bidirectional channels.
+// Does not compile.
+
 package main
 
 var (