From 84321c3c608c2762d52edb728cb1844275f69cb4 Mon Sep 17 00:00:00 2001 From: Arkadiusz Szczepkowicz Date: Tue, 25 Oct 2022 15:41:33 +0200 Subject: [PATCH] #1934: Update comment in node_lb_data.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cezary SkrzyƄski --- src/vt/vrt/collection/balance/node_lb_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vt/vrt/collection/balance/node_lb_data.h b/src/vt/vrt/collection/balance/node_lb_data.h index 19b279d42a..b2d70928e1 100644 --- a/src/vt/vrt/collection/balance/node_lb_data.h +++ b/src/vt/vrt/collection/balance/node_lb_data.h @@ -250,7 +250,7 @@ struct NodeLBData : runtime::component::Component { LBDataHolder* getLBData() { return lb_data_.get(); } /** - * \internal \brief Set the minimal amount of historical LB data which should be hold + * \internal \brief Set the minimal amount of historical LB data which should be retained * * \param[in] hist_len the minimal amount of LB data to hold */