aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-04-23 22:43:09 -0400
committerRobert Haas <rhaas@postgresql.org>2012-04-23 22:43:09 -0400
commit5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch)
treef0f7fa40b63a23b10e9d03ea47f97020565a66f6 /src/interfaces/libpq/fe-exec.c
parent7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff)
downloadpostgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.tar.gz
postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.zip
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'src/interfaces/libpq/fe-exec.c')
-rw-r--r--src/interfaces/libpq/fe-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-exec.c b/src/interfaces/libpq/fe-exec.c
index 86f157c338a..c643b8e69ca 100644
--- a/src/interfaces/libpq/fe-exec.c
+++ b/src/interfaces/libpq/fe-exec.c
@@ -218,7 +218,7 @@ PQmakeEmptyPGresult(PGconn *conn, ExecStatusType status)
*
* Set the attributes for a given result. This function fails if there are
* already attributes contained in the provided result. The call is
- * ignored if numAttributes is is zero or attDescs is NULL. If the
+ * ignored if numAttributes is zero or attDescs is NULL. If the
* function fails, it returns zero. If the function succeeds, it
* returns a non-zero value.
*/