mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 04:46:59 +08: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;
|
||||
|
||||
/*
|
||||
* Copy cancellation token data from the original connnection
|
||||
* Copy cancellation token data from the original connection
|
||||
*/
|
||||
cancelConn->be_pid = conn->be_pid;
|
||||
cancelConn->be_key = conn->be_key;
|
||||
|
||||
Reference in New Issue
Block a user