@@ -55,7 +55,7 @@ appending an index after the name::
5555
5656The number of pools with a given name can be obtained with the ``count `` node.
5757
58- Wildcards
58+ wildcarded
5959=========
6060
6161A ``{} `` in the path acts as a wildcard and is replaced with successive
@@ -84,7 +84,7 @@ to providers or pools created after the defaults are set. For example::
8484
8585Every subsequently created disjoint pool will use ``custom `` as its name unless
8686overridden by explicit parameters. Defaults may be supplied programmatically or
87- via configuration and are saved internally and applied during initalization of
87+ via configuration and are saved internally and applied during initialization of
8888a matching provider or pool.
8989
9090Environment variables
@@ -186,7 +186,7 @@ Logger nodes
186186
187187 :param path: Receives the currently selected sink on reads. On writes, pass
188188 ``"stdout" `` or ``"stderr" `` to redirect to standard streams, a
189- NUL -terminated file path to append to a file, or ``NULL `` to disable
189+ NULL -terminated file path to append to a file, or ``NULL `` to disable
190190 logging altogether.
191191 :type path: ``char * `` when reading, ``const char * `` when writing
192192
@@ -207,7 +207,7 @@ Provider entries are organized beneath ``umf.provider``. Use
207207``umf.provider.by_handle.{provider} `` with a
208208:type: `umf_memory_provider_handle_t ` argument to reach a specific provider.
209209Providers can also be addressed by name through ``umf.provider.by_name.{provider} ``;
210- append ``.{index} `` to address specyfic provider when multiple providers share the same label.
210+ append ``.{index} `` to address specific provider when multiple providers share the same label.
211211Defaults for future providers live under ``umf.provider.default.{provider_name} ``,
212212where ``{provider_name} `` matches the canonical provider identifier (``OS ``,
213213``FILE ``, ``DEVDAX ``, ``FIXED ``, ``CUDA `` or ``LEVEL_ZERO ``). Values written to
@@ -346,7 +346,7 @@ Disjoint pool (``disjoint``)
346346 provider.
347347 :type bytes: ``size_t ``
348348
349- **Access: ** read-write. (write is only avaiable through defaults)
349+ **Access: ** read-write. (write is only available through defaults)
350350 **Defaults / Env: ** supported.
351351
352352 Governs how much memory the pool grabs in each slab. Lower values reduce
@@ -359,7 +359,7 @@ Disjoint pool (``disjoint``)
359359 cached by the pool.
360360 :type bytes: ``size_t ``
361361
362- **Access: ** read-write. (write is only avaiable through defaults)
362+ **Access: ** read-write. (write is only available through defaults)
363363 **Defaults / Env: ** supported.
364364
365365 Sets the cut-off for pooling allocations. Requests larger than this value are
@@ -372,7 +372,7 @@ Disjoint pool (``disjoint``)
372372 may retain.
373373 :type count: ``size_t ``
374374
375- **Access: ** read-write. (write is only avaiable through defaults)
375+ **Access: ** read-write. (write is only available through defaults)
376376 **Defaults / Env: ** supported.
377377
378378 Caps the pool's cached slabs per bucket to limit memory retention. Shrinking
@@ -385,7 +385,7 @@ Disjoint pool (``disjoint``)
385385 serve.
386386 :type bytes: ``size_t ``
387387
388- **Access: ** read-write. (write is only avaiable through defaults)
388+ **Access: ** read-write. (write is only available through defaults)
389389 **Defaults / Env: ** supported.
390390
391391 Controls the smallest chunk size kept in the pool, which in turn affects the
@@ -397,7 +397,7 @@ Disjoint pool (``disjoint``)
397397 :param level: Receives or supplies the tracing level for the pool.
398398 :type level: ``int `` (``0 `` disables tracing)
399399
400- **Access: ** read-write. (write is only avaiable through defaults)
400+ **Access: ** read-write. (write is only available through defaults)
401401 **Defaults / Env: ** supported.
402402
403403 Controls the disjoint pool's tracing features. ``0 `` disables tracing.
0 commit comments