From 292d4ea7f964644af29505267e43f5536563c8c8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 11 Sep 2016 11:38:35 +0200 Subject: doc update --- guile/src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile') 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) -- cgit v1.2.1