mirror of
https://github.com/logos-storage/nim-libplum.git
synced 2026-06-07 01:29:27 +00:00
Fix comment
This commit is contained in:
parent
bdea6ef3b5
commit
648b508939
@ -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.} =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user