summaryrefslogtreecommitdiffstats
path: root/c-user/self_contained_objects.rst
diff options
context:
space:
mode:
authorMartin Erik Werner <martinerikwerner@gmail.com>2020-02-22 12:17:14 +0100
committerChris Johns <chrisj@rtems.org>2020-02-23 07:16:30 +1100
commit99527a1d4e55e3cf9094f9d40b0590c43de132ff (patch)
treeac0889c049493a23aad5eec177a5f87743f414eb /c-user/self_contained_objects.rst
parentc-user: Clarify CONFIGURE_MAXIMUM_PRIORITY (diff)
downloadrtems-docs-99527a1d4e55e3cf9094f9d40b0590c43de132ff.tar.bz2
Fix a minor "suspect" -> "subject" wording error
Diffstat (limited to 'c-user/self_contained_objects.rst')
-rw-r--r--c-user/self_contained_objects.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/self_contained_objects.rst b/c-user/self_contained_objects.rst
index a581e0e..1c1e664 100644
--- a/c-user/self_contained_objects.rst
+++ b/c-user/self_contained_objects.rst
@@ -29,7 +29,7 @@ has some weaknesses:
* The object identifier is only known at run-time. This hinders compiler
optimizations and static analysis.
-* The objects reside in a table, e.g. they are suspect to false sharing of
+* The objects reside in a table, e.g. they are subject to false sharing of
cache lines :cite:`Drepper:2007:Memory`.
* The object operations use a rich set of options and attributes. For each