Skip to content

Commit 1feccde

Browse files
committed
Low: daemons: Fix typos in IPC doxygen blocks.
1 parent fa75762 commit 1feccde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

daemons/pacemakerd/pcmkd_ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pacemakerd_ipc_destroy(qb_ipcs_connection_t *c)
9999
* \param[in] data The message data read from the connection - this can be
100100
* a complete IPC message or just a part of one if it's
101101
* very large
102-
* \param[size] size Unused
102+
* \param[in] size Unused
103103
*
104104
* \return 0 in all cases
105105
*/

daemons/schedulerd/schedulerd_ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ schedulerd_ipc_accept(qb_ipcs_connection_t *c, uid_t uid, gid_t gid)
5353
* \param[in] data The message data read from the connection - this can be
5454
* a complete IPC message or just a part of one if it's
5555
* very large
56-
* \param[size] size Unused
56+
* \param[in] size Unused
5757
*
5858
* \return 0 in all cases
5959
*/

0 commit comments

Comments
 (0)