mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Fix typo in comment
Spotted while reviewing a patch changing things around this area.
This commit is contained in:
@@ -98,7 +98,7 @@ PQcancelCreate(PGconn *conn)
|
|||||||
return (PGcancelConn *) cancelConn;
|
return (PGcancelConn *) cancelConn;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copy cancellation token data from the original connnection
|
* Copy cancellation token data from the original connection
|
||||||
*/
|
*/
|
||||||
cancelConn->be_pid = conn->be_pid;
|
cancelConn->be_pid = conn->be_pid;
|
||||||
cancelConn->be_key = conn->be_key;
|
cancelConn->be_key = conn->be_key;
|
||||||
|
Reference in New Issue
Block a user