From 75ca9253908574be679a79e3304e73486c373003 Mon Sep 17 00:00:00 2001 From: Zikui Zhao Date: Thu, 5 Sep 2024 18:09:39 +0800 Subject: [PATCH] The description about hnf_pos_end is inaccurate. The description of hnf_pos_end is inaccurate, it still reflects the description of hnf_pos_start. Signed-off-by: Zikui Zhao --- module/cmn700/include/mod_cmn700.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/cmn700/include/mod_cmn700.h b/module/cmn700/include/mod_cmn700.h index f88a38e00..4331c81ae 100644 --- a/module/cmn700/include/mod_cmn700.h +++ b/module/cmn700/include/mod_cmn700.h @@ -144,7 +144,7 @@ struct mod_cmn700_mem_region_map { /*! * \brief HN-F's top right node position * - * \details \ref hnf_pos_start is the HN-F's bottom left node position in + * \details \ref hnf_pos_end is the HN-F's top right node position in * the rectangle covering the HN-Fs for a SCG/HTG * * \note To be used only with \ref -- GitLab