We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fada6 commit 1268583Copy full SHA for 1268583
docs/config/examples.rst
@@ -178,7 +178,7 @@ by a different library and the caller of the :any:`umfGetIPCHandle` function may
178
The :any:`umfGetIPCHandle` function returns the IPC handle and its size. The IPC handle is a byte-copyable opaque
179
data structure. The :any:`umf_ipc_handle_t` type is defined as a pointer to a byte array. The size of the handle
180
might be different for different memory provider types. The code snippet below demonstrates how the IPC handle can
181
-be serialized for marshalling purposes.
+be serialized for marshaling purposes.
182
183
.. code-block:: c
184
0 commit comments