Fix NewTZlibTransportFactoryWithFactory comment
diff --git a/lib/go/thrift/zlib_transport.go b/lib/go/thrift/zlib_transport.go
index 259943a..cefe1f9 100644
--- a/lib/go/thrift/zlib_transport.go
+++ b/lib/go/thrift/zlib_transport.go
@@ -56,7 +56,7 @@
return &TZlibTransportFactory{level: level, factory: nil}
}
-// NewTZlibTransportFactory constructs a new instance of TZlibTransportFactory
+// NewTZlibTransportFactoryWithFactory constructs a new instance of TZlibTransportFactory
// as a wrapper over existing transport factory
func NewTZlibTransportFactoryWithFactory(level int, factory TTransportFactory) *TZlibTransportFactory {
return &TZlibTransportFactory{level: level, factory: factory}