Skip to content

Commit

Permalink
#672: docs: clarify scatter parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 22, 2020
1 parent ae27569 commit 9d05fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/collective/scatter/scatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct Scatter : virtual collective::tree::Tree {
* \brief Scatter data to all nodes
*
* The functions passed to scatter through the arguments \c size_fn and
* \c data_fn will only be not be retained after this call completes.
* \c data_fn will not be retained after this call returns.
*
* \param[in] total_size total size of data to scatter
* \param[in] max_proc_size max data to be scattered to any node
Expand Down

0 comments on commit 9d05fc3

Please sign in to comment.