diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:26:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:26:25 +0100 |
commit | a19939baecde0b3f7b3cfb88d6b3b28f757ec36b (patch) | |
tree | 029fefb3c913e3d0b7a6a3c865dda1abcd2cf21b /src/include | |
parent | 9d475ba0baca660d03011ada1aa6431e2e242027 (diff) |
fix comments
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mhd_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h index 966ba6a09..d9d1611a4 100644 --- a/src/include/taler_mhd_lib.h +++ b/src/include/taler_mhd_lib.h @@ -257,7 +257,7 @@ TALER_MHD_parse_post_json (struct MHD_Connection *connection, * to clean up our state. * * @param con_cls value as it was left by - * #TALER_MHD_post_json(), to be cleaned up + * #TALER_MHD_parse_post_json(), to be cleaned up */ void TALER_MHD_parse_post_cleanup_callback (void *con_cls); |