From 281ba3684acf100b715b08f36f318b08a1735d1f Mon Sep 17 00:00:00 2001 From: joel Date: Fri, 15 Mar 2024 10:37:02 -0400 Subject: [PATCH] clean up comment --- go/adbc/driver/driverbase/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/adbc/driver/driverbase/driver.go b/go/adbc/driver/driverbase/driver.go index 25c96bbb87..bd3e11c086 100644 --- a/go/adbc/driver/driverbase/driver.go +++ b/go/adbc/driver/driverbase/driver.go @@ -74,7 +74,7 @@ func (base *DriverImplBase) NewDatabase(opts map[string]string) (adbc.Database, // NewDriverImplBase instantiates DriverImplBase. // -// - name is the driver's name and is used to construct error messages. +// - info contains build and vendor info, as well as the name to construct error messages. // - alloc is an Arrow allocator to use. func NewDriverImplBase(info *DriverInfo, alloc memory.Allocator) DriverImplBase { if alloc == nil {