Skip to content

Commit 5b1964a

Browse files
committed
update comment
1 parent 4aab1b0 commit 5b1964a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/tiny_tds/client.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ int tinytds_msg_handler(DBPROCESS *dbproc, DBINT msgno, int msgstate, int severi
146146
// See tinytds_err_handler() for info about why we do this
147147
if (userdata && userdata->nonblocking) {
148148
/*
149-
In the case of stored procedure execution we can receive multiple messages
150-
(including errors). We keep track of those here so they can be processed
151-
once the blocking call returns.
149+
In the case of non-blocking command batch execution we can receive multiple messages
150+
(including errors). We keep track of those here so they can be processed once the
151+
non-blocking call returns.
152152
*/
153153
tinytds_errordata error = {
154154
.is_message = !is_message_an_error,

0 commit comments

Comments
 (0)