Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9457b59

Browse files
committed
Fix typo
Etsuro Fujita
1 parent 4dcd4da commit 9457b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3161,7 +3161,7 @@ PQresetPoll(PGconn *conn)
31613161
}
31623162

31633163
/*
3164-
* PQcancelGet: get a PGcancel structure corresponding to a connection.
3164+
* PQgetCancel: get a PGcancel structure corresponding to a connection.
31653165
*
31663166
* A copy is needed to be able to cancel a running query from a different
31673167
* thread. If the same structure is used all structure members would have

0 commit comments

Comments
 (0)