r9090: properly check for errors
[clsql.git] / db-odbc / odbc-dbi.lisp
index 8aa0b07c6faefae5ea4772b167f8f1c9cf039850..ff96c213b3ba113e635b4befd9bef4099a7037ca 100644 (file)
@@ -435,7 +435,7 @@ This makes the functions db-execute-command and db-query thread safe."
         (dotimes (col-nr count)
           (let ((data-ptr (aref column-data-ptrs col-nr))
                 (out-len-ptr (aref column-out-len-ptrs col-nr)))
-           ;; free-statment unbind frees theses
+           ;; free-statment :unbind frees these
            #+ignore (when data-ptr (uffi:free-foreign-object data-ptr))
            #+ignore (when out-len-ptr (uffi:free-foreign-object out-len-ptr)))))
       (cond ((null hstmt)