Fix comment

This commit is contained in:
Arnaud 2026-06-05 11:32:05 +04:00
parent bdea6ef3b5
commit 648b508939
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -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.} =