summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2016-04-05 09:05:01 +0000
committerMagnus Hagander2016-04-05 09:05:01 +0000
commit9457b591b949d3c256dd91043df71fb11657227a (patch)
tree1f9d874645ce6e14f9af46d8a220a5a31190b971
parent4dcd4da98c786c48b0dbf129c8f7ea592c34a185 (diff)
Fix typo
Etsuro Fujita
-rw-r--r--src/interfaces/libpq/fe-connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 5ad475508d..9b2839b96c 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -3161,7 +3161,7 @@ PQresetPoll(PGconn *conn)
}
/*
- * PQcancelGet: get a PGcancel structure corresponding to a connection.
+ * PQgetCancel: get a PGcancel structure corresponding to a connection.
*
* A copy is needed to be able to cancel a running query from a different
* thread. If the same structure is used all structure members would have