summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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