From c95724b793297994685804fcdaeb324a23cf1fd7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 11 Feb 2020 07:32:17 +0100 Subject: c-user: Use contents instead of content The memory values are countable. Update #3843. --- c-user/configuring_a_system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c-user/configuring_a_system.rst') 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. -- cgit v1.2.3