c-user: Use contents instead of content

The memory values are countable.

Update #3843.
This commit is contained in:
Sebastian Huber 2020-02-11 07:32:17 +01:00
parent 0cdd4823fc
commit c95724b793

View File

@ -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.