diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-02-17 18:02:56 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-02-17 18:02:56 +0100 |
commit | b66e349e3b895bf4a97daac764f97ca42fba2664 (patch) | |
tree | 5622da7cc6fd92dd657018134e8e2f31b3b08fdd /lib/gnutls_db.c | |
parent | f8b593eb08697de5ccd7b1523d8533d8c481fadb (diff) | |
download | gnutls-b66e349e3b895bf4a97daac764f97ca42fba2664.tar.gz |
Doc fix.
Diffstat (limited to 'lib/gnutls_db.c')
-rw-r--r-- | lib/gnutls_db.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c index 4e49ac4ed9..a33d722a5e 100644 --- a/lib/gnutls_db.c +++ b/lib/gnutls_db.c @@ -47,7 +47,7 @@ * The datum's data must be allocated using the function * gnutls_malloc(). * - * The first argument to retr_func() will be null unless + * The first argument to @retr_func will be null unless * gnutls_db_set_ptr() has been called. **/ void @@ -65,7 +65,7 @@ gnutls_db_set_retrieve_function (gnutls_session_t session, * Sets the function that will be used to remove data from the * resumed sessions database. This function must return 0 on success. * - * The first argument to rem_func() will be null unless + * The first argument to @rem_func will be null unless * gnutls_db_set_ptr() has been called. **/ void |