aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_eval.c')
-rw-r--r--src/pq/pq_eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pq/pq_eval.c b/src/pq/pq_eval.c
index 8d8b5b0f2..5f96ff884 100644
--- a/src/pq/pq_eval.c
+++ b/src/pq/pq_eval.c
@@ -146,7 +146,7 @@ GNUNET_PQ_eval_result (struct GNUNET_PQ_Context *db,
146 146
147/** 147/**
148 * Execute a named prepared @a statement that is NOT a SELECT 148 * Execute a named prepared @a statement that is NOT a SELECT
149 * statement in @a connnection using the given @a params. Returns the 149 * statement in @a connection using the given @a params. Returns the
150 * resulting session state. 150 * resulting session state.
151 * 151 *
152 * @param db database to execute the statement with 152 * @param db database to execute the statement with
@@ -156,7 +156,7 @@ GNUNET_PQ_eval_result (struct GNUNET_PQ_Context *db,
156 * codes to `enum GNUNET_DB_QueryStatus`. If the 156 * codes to `enum GNUNET_DB_QueryStatus`. If the
157 * statement was a DELETE or UPDATE statement, the 157 * statement was a DELETE or UPDATE statement, the
158 * number of affected rows is returned.; if the 158 * number of affected rows is returned.; if the
159 * statment was an INSERT statement, and no row 159 * statement was an INSERT statement, and no row
160 * was added due to a UNIQUE violation, we return 160 * was added due to a UNIQUE violation, we return
161 * zero; if INSERT was successful, we return one. 161 * zero; if INSERT was successful, we return one.
162 */ 162 */