aboutsummaryrefslogtreecommitdiff
path: root/src/my/my_result_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/my/my_result_helper.c')
-rw-r--r--src/my/my_result_helper.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/my/my_result_helper.c b/src/my/my_result_helper.c
index 78f1a1ec0..99b4229a4 100644
--- a/src/my/my_result_helper.c
+++ b/src/my/my_result_helper.c
@@ -663,7 +663,7 @@ pre_extract_uint16 (void *cls,
663 663
664 664
665/** 665/**
666 * Check size of extracted fixed size data from a Mysql datbase. 666 * Check size of extracted fixed size data from a Mysql database.
667 * 667 *
668 * @param cls closure 668 * @param cls closure
669 * @param[in,out] rs 669 * @param[in,out] rs
@@ -712,7 +712,7 @@ GNUNET_MY_result_spec_uint16 (uint16_t *u16)
712 712
713 713
714/** 714/**
715 * Extrac data from a MYSQL database @a result at row @a row 715 * Extract data from a MYSQL database @a result at row @a row
716 * 716 *
717 * @param cls closure 717 * @param cls closure
718 * @param cls closure 718 * @param cls closure
@@ -743,7 +743,7 @@ pre_extract_uint32 (void *cls,
743 743
744 744
745/** 745/**
746 * Extrac data from a MYSQL database @a result at row @a row 746 * Extract data from a MYSQL database @a result at row @a row
747 * 747 *
748 * @param cls closure 748 * @param cls closure
749 * @param cls closure 749 * @param cls closure
@@ -825,7 +825,7 @@ pre_extract_uint64 (void *cls,
825 825
826 826
827/** 827/**
828 * Check size of extracted fixe size data from a Mysql database 828 * Check size of extracted fixed-size data from a Mysql database
829 * 829 *
830 * @param cls closure 830 * @param cls closure
831 * @param[in,out] rs 831 * @param[in,out] rs