summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c-user/configuring_a_system.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index a013d45..bc2b37a 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -453,7 +453,7 @@ DESCRIPTION:
NOTES:
Dirtying memory can add significantly to system boot time. It may assist in
- finding code that incorrectly assumes the content of free memory areas is
+ finding code that incorrectly assumes the contents of free memory areas is
cleared to zero during system initialization. In case
:ref:`CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY` is also defined, then the
memory is first dirtied and then zeroed.