[rtems-docs commit] Fix a minor "suspect" -> "subject" wording error
Chris Johns
chrisj at rtems.org
Sat Feb 22 20:16:37 UTC 2020
Module: rtems-docs
Branch: master
Commit: 99527a1d4e55e3cf9094f9d40b0590c43de132ff
Changeset: http://git.rtems.org/rtems-docs/commit/?id=99527a1d4e55e3cf9094f9d40b0590c43de132ff
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Sat Feb 22 12:17:14 2020 +0100
Fix a minor "suspect" -> "subject" wording error
---
c-user/self_contained_objects.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the vc
mailing list