1
0
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:
Daniel Gustafsson
2024-03-25 14:49:17 +01:00
parent 68174679fe
commit b8528fe026

View File

@@ -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;