From 3d41a406eff020d349c8f3181d9089b0ecee8b72 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Fri, 26 Nov 2021 15:08:21 +0100 Subject: [PATCH] Update instances.rst --- docs/user-manual/instances.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/instances.rst b/docs/user-manual/instances.rst index fc89446..6a536da 100644 --- a/docs/user-manual/instances.rst +++ b/docs/user-manual/instances.rst @@ -7,7 +7,7 @@ LwMEM architecture allows multiple instances, to completely isolate memory manag This may allow separation of memory management at hardware level with different security feature. By default, LwMEM has single instance created at library level, called *default instance*. -Default instance does need any special attention as it is embedded at library core, +Default instance does not need any special attention as it is embedded at library core, instead application has to assign memory regions for the instance. Every instance has: @@ -54,4 +54,4 @@ These allow application to specify for which LwMEM instance specific operation i .. toctree:: - :maxdepth: 2 \ No newline at end of file + :maxdepth: 2