[rtems-docs commit] c-user: Use contents instead of content

Sebastian Huber sebh at rtems.org
Tue Feb 11 06:34:20 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    c95724b793297994685804fcdaeb324a23cf1fd7
Changeset: http://git.rtems.org/rtems-docs/commit/?id=c95724b793297994685804fcdaeb324a23cf1fd7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 11 07:32:17 2020 +0100

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(-)

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.



More information about the vc mailing list