File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -984,13 +984,13 @@ typedef struct lpf_machine {
984984 * byte. This value may depend on the actual number of processes \a p used,
985985 * the minimum message size \a min_msg_size the user aims to send and
986986 * receive, and the type of synchronisation requested via \a attr. The
987- * value is bitwise equivalent across all processes.
987+ * value is bitwise equivalent across all processes.
988988 *
989989 * \param[in] p A value between 1 and #lpf_machine_t.p, where
990990 * both bounds are inclusive.
991991 * \param[in] min_msg_size A byte size value that is larger or equal to 0.
992992 * \param[in] attr A #lpf_sync_attr_t value. When in doubt, always
993- * use #LPF_SYNC_DEFAULT
993+ * use #LPF_SYNC_DEFAULT.
994994 *
995995 * \returns The guaranteed value for the message gap given an LPF SPMD
996996 * section using \a p processes, for a superstep in which a user
You can’t perform that action at this time.
0 commit comments