runtime/protoiface: doc cleanup

Change-Id: I6503053ed4c39c791bd9118ceacdbdde2006eb2b
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/170337
Reviewed-by: Herbie Ong <herbie@google.com>
diff --git a/runtime/protoiface/legacy.go b/runtime/protoiface/legacy.go
index f153bcf..f97bf03 100644
--- a/runtime/protoiface/legacy.go
+++ b/runtime/protoiface/legacy.go
@@ -51,7 +51,7 @@
 	// Field is the field number of the extension.
 	//
 	// Deprecated: Use Type.Number instead.
-	Field int32 // field number
+	Field int32
 
 	// Name is the fully qualified name of extension.
 	//