From e824ddd8413984b75bc3ff1af99c7f31fdbb030d Mon Sep 17 00:00:00 2001 From: Diogo21Costa <53279352+Diogo21Costa@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:54:50 +0100 Subject: [PATCH] fix(doc): improve documentation readability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Martins Signed-off-by: Diogo21Costa <53279352+Diogo21Costa@users.noreply.github.com> --- source/bao_hyp/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bao_hyp/config.rst b/source/bao_hyp/config.rst index e6715ca..b6cf3ed 100644 --- a/source/bao_hyp/config.rst +++ b/source/bao_hyp/config.rst @@ -19,7 +19,7 @@ The configuration file follows a specific structure, as outlined below: struct config config = { - // Shared memories configuration + // Shared memory region configuration .shmemlist_size = N, .shmemlist = (struct shmem[]) { [0] = {/*shared memory config*/,},