Fix Typo in Compiler Guide (#10189)

Change 'ableit' to 'albeit'.
This commit is contained in:
Tristano Ajmone
2019-01-04 14:37:07 +01:00
committed by Arne Döring
parent 319b46230c
commit 4eee92a7a3

View File

@@ -353,7 +353,7 @@ Define Effect
``useFork`` Makes ``osproc`` use ``fork`` instead of ``posix_spawn``.
``useNimRtl`` Compile and link against ``nimrtl.dll``.
``useMalloc`` Makes Nim use C's `malloc`:idx: instead of Nim's
own memory manager, ableit prefixing each allocation with
own memory manager, albeit prefixing each allocation with
its size to support clearing memory on reallocation.
This only works with ``gc:none``.
``useRealtimeGC`` Enables support of Nim's GC for *soft* realtime