From e77b6c4b97cfeeb827bed674f3937193b9e6689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 26 Nov 2024 13:50:29 +0100 Subject: [PATCH] Comment --- src/rinterface_extra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rinterface_extra.c b/src/rinterface_extra.c index 0e9a0a8b6b..698aa9856b 100644 --- a/src/rinterface_extra.c +++ b/src/rinterface_extra.c @@ -319,7 +319,7 @@ igraph_error_t R_igraph_attribute_init(igraph_t *graph, igraph_vector_ptr_t *att int px = 0; result=PROTECT(NEW_LIST(4)); - // The "preserve list" Will be cleared with the next invocation of IGRAPH_R_CHECK(). + // The "preserve list" Will be cleared with the next invocation of an igraph function. // Adding to that list ensures that the attributes aren't GC-ed prematurely. R_igraph_attribute_add_to_preserve_list(result);