diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 11:38:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 11:40:22 +0200 |
commit | 292d4ea7f964644af29505267e43f5536563c8c8 (patch) | |
tree | ced228f2e74758f0fadaaa07f520944780c0bbe6 /guile | |
parent | e9e42baf005f2bca808e49d7dc0e21a484a36915 (diff) | |
download | gnutls-292d4ea7f964644af29505267e43f5536563c8c8.tar.gz |
doc update
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/src/core.c b/guile/src/core.c index dc1ae862ac..a42ba76841 100644 --- a/guile/src/core.c +++ b/guile/src/core.c @@ -82,7 +82,7 @@ const char scm_gnutls_array_error_message[] = /* Weak-key hash table. */ static SCM weak_refs; -/* Register a weak reference from FROM to TO, such that the lifetime of TO is +/* Register a weak reference from @FROM to @TO, such that the lifetime of TO is greater than or equal to that of FROM. */ static void register_weak_reference (SCM from, SCM to) |