Module: sip-router Branch: master Commit: 33654b5ceebbcbbdb0062dc8dd8fad143a185c24 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33654b5c...
Author: Alex Hermann alex@speakup.nl Committer: Alex Hermann alex@speakup.nl Date: Sat Aug 20 10:30:07 2011 +0200
lib/srdb1: fix typos in db_val2pv_spec comments
---
lib/srdb1/db_ut.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/srdb1/db_ut.h b/lib/srdb1/db_ut.h index 0531dc4..c0d5ad0 100644 --- a/lib/srdb1/db_ut.h +++ b/lib/srdb1/db_ut.h @@ -211,8 +211,8 @@ int db_print_set(const db1_con_t* _c, char* _b, const int _l, * * \param msg sip msg structure * \param dbval database value - * \param pvs pv_spec wher to put the database value - * \return 1 on success, 0 on failure + * \param pvs pv_spec where to put the database value + * \return 0 on success, -1 on failure */ int db_val2pv_spec(struct sip_msg* msg, db_val_t *dbval, pv_spec_t *pvs);