Fix a minor "suspect" -> "subject" wording error

This commit is contained in:
Martin Erik Werner 2020-02-22 12:17:14 +01:00 committed by Chris Johns
parent 874a5ef117
commit 99527a1d4e

View File

@ -29,7 +29,7 @@ has some weaknesses:
* The object identifier is only known at run-time. This hinders compiler * The object identifier is only known at run-time. This hinders compiler
optimizations and static analysis. 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`. cache lines :cite:`Drepper:2007:Memory`.
* The object operations use a rich set of options and attributes. For each * The object operations use a rich set of options and attributes. For each