Signed-off-by: Emilio G. Cota <cota@xxxxxxxxx> --- advsync/memorybarriers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex index e8666db..2d16542 100644 --- a/advsync/memorybarriers.tex +++ b/advsync/memorybarriers.tex @@ -1777,7 +1777,7 @@ always be paired. A lack of appropriate pairing is almost certainly an error. A write barrier should always be paired with a data dependency barrier or read barrier, though a general barrier would also be viable. Similarly a read -barrier or a data dependency barrier should always be paired with at least an +barrier or a data dependency barrier should always be paired with at least a write barrier, though, again, a general barrier is viable: \vspace{5pt} -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html