docs: fix several doxygen errors

Change-Id: If86c628b2b794cba0e3697bfe1d88ce752104ce1
Refs: #3210
diff --git a/src/util/sqlite3-statement.hpp b/src/util/sqlite3-statement.hpp
index dbad1d2..82480d9 100644
--- a/src/util/sqlite3-statement.hpp
+++ b/src/util/sqlite3-statement.hpp
@@ -56,7 +56,7 @@
    *
    * @param index The binding position
    * @param value The pointer of the binding string
-   * @param value The size of the binding string
+   * @param size The size of the binding string
    * @param destructor SQLite3 destructor, e.g., SQLITE_TRANSIENT
    * @return SQLite result value.
    */
@@ -79,7 +79,7 @@
    *
    * @param index The binding position
    * @param value The pointer of the blob
-   * @param value The size of the blob
+   * @param size The size of the blob
    * @param destructor SQLite3 destructor, e.g., SQLITE_TRANSIENT
    * @return SQLite result value.
    */