aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r--src/include/gnunet_pq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index de717526c..c8a648032 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -568,7 +568,7 @@ GNUNET_PQ_eval_result (struct GNUNET_PQ_Context *db,
568 568
569/** 569/**
570 * Execute a named prepared @a statement that is NOT a SELECT 570 * Execute a named prepared @a statement that is NOT a SELECT
571 * statement in @a connnection using the given @a params. Returns the 571 * statement in @a connection using the given @a params. Returns the
572 * resulting session state. 572 * resulting session state.
573 * 573 *
574 * @param db database to execute the statement with 574 * @param db database to execute the statement with
@@ -578,7 +578,7 @@ GNUNET_PQ_eval_result (struct GNUNET_PQ_Context *db,
578 * codes to `enum GNUNET_DB_QueryStatus`. If the 578 * codes to `enum GNUNET_DB_QueryStatus`. If the
579 * statement was a DELETE or UPDATE statement, the 579 * statement was a DELETE or UPDATE statement, the
580 * number of affected rows is returned; if the 580 * number of affected rows is returned; if the
581 * statment was an INSERT statement, and no row 581 * statement was an INSERT statement, and no row
582 * was added due to a UNIQUE violation, we return 582 * was added due to a UNIQUE violation, we return
583 * zero; if INSERT was successful, we return one. 583 * zero; if INSERT was successful, we return one.
584 */ 584 */