From 648b508939411e255ff8f40f4a2d6cd389322776 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 5 Jun 2026 11:32:05 +0400 Subject: [PATCH] Fix comment --- libplum/plum.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libplum/plum.nim b/libplum/plum.nim index cd05ff4..ca14cf7 100644 --- a/libplum/plum.nim +++ b/libplum/plum.nim @@ -102,7 +102,7 @@ template foreignThreadGc(body: untyped) = tearDownForeignThreadGc() # Keep a counter for convenience for testing -# and exposed as an API over getActiveMappingCount() +# and exposed as an API over activeMappingCount() var activeMappings: Atomic[int] proc mappingCallback(id: cint, state: plum_state_t, raw: ptr plum_mapping_t) {.cdecl.} =