gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 60/90: -DOC: Documentation cleanup pass through DATACACHE subsy


From: gnunet
Subject: [gnunet] 60/90: -DOC: Documentation cleanup pass through DATACACHE subsystem
Date: Tue, 18 Oct 2022 03:06:59 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 58888b24cc683c2d3a589b3a1bff8bab9b9912f6
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 21:33:50 2022 +0100

    -DOC: Documentation cleanup pass through DATACACHE subsystem
---
 src/datacache/plugin_datacache_postgres.c | 4 ++--
 src/datacache/plugin_datacache_sqlite.c   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/datacache/plugin_datacache_postgres.c 
b/src/datacache/plugin_datacache_postgres.c
index b1f9a1b8e..e280ded6d 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -218,7 +218,7 @@ struct HandleResultContext
  *
  * @param cls closure of type `struct HandleResultContext`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 handle_results (void *cls,
@@ -440,7 +440,7 @@ struct ExtractResultContext
  *
  * @param cls closure with the `struct ExtractResultContext`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 extract_result_cb (void *cls,
diff --git a/src/datacache/plugin_datacache_sqlite.c 
b/src/datacache/plugin_datacache_sqlite.c
index 0753d87ce..1c6f24a82 100644
--- a/src/datacache/plugin_datacache_sqlite.c
+++ b/src/datacache/plugin_datacache_sqlite.c
@@ -161,7 +161,7 @@ struct Plugin
  * @brief Prepare a SQL statement
  *
  * @param dbh database handle
- * @param zsql SQL statement text
+ * @param zSql SQL statement text
  * @param[out] ppStmt set to the prepared statement
  * @return 0 on success
  */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]