diff --git a/src/database/sql/sql.go b/src/database/sql/sql.go index 57d4782c89..ce8bb7c928 100644 --- a/src/database/sql/sql.go +++ b/src/database/sql/sql.go @@ -2084,7 +2084,7 @@ type Rows struct { lasterr error // non-nil only if closed is true // lastcols is only used in Scan, Next, and NextResultSet which are expected - // not not be called concurrently. + // not to be called concurrently. lastcols []driver.Value }