|
@@ -30,7 +30,7 @@
|
|
|
|
|
|
<para>Allocates message with data of given size
|
|
<para>Allocates message with data of given size
|
|
(<parameter>data_len</parameter>) using <function>cds_malloc</function>. It
|
|
(<parameter>data_len</parameter>) using <function>cds_malloc</function>. It
|
|
-initializes message content so it will be freed automaticaly.
|
|
|
|
|
|
+initializes message content so it will be freed automatically.
|
|
Pointer to allocated data should be obtained by
|
|
Pointer to allocated data should be obtained by
|
|
<function>get_message_data</function>.
|
|
<function>get_message_data</function>.
|
|
</para>
|
|
</para>
|
|
@@ -38,7 +38,7 @@ Pointer to allocated data should be obtained by
|
|
<para>Messages created by <function>create_message_ex</function>
|
|
<para>Messages created by <function>create_message_ex</function>
|
|
should be freed using <function>message_free</function>.</para>
|
|
should be freed using <function>message_free</function>.</para>
|
|
|
|
|
|
-<para>Unremoved messages created this way are freed automaticaly in
|
|
|
|
|
|
+<para>Unremoved messages created this way are freed automatically in
|
|
<function>msg_queue_destroy</function> using <function>free_message</function>.
|
|
<function>msg_queue_destroy</function> using <function>free_message</function>.
|
|
</para>
|
|
</para>
|
|
|
|
|