From 99527a1d4e55e3cf9094f9d40b0590c43de132ff Mon Sep 17 00:00:00 2001 From: Martin Erik Werner Date: Sat, 22 Feb 2020 12:17:14 +0100 Subject: 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 -- cgit v1.2.3