From: SeongJae Park <sj38.park@xxxxxxxxx> A sentence in memorder.tex is missing a space between the column name and 'column'. Add it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 75e336dc..ba921ad8 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -1148,7 +1148,7 @@ are at most two threads involved. The \co{WRITE_ONCE()} row captures the fact that accesses to a single variable are always fully ordered, as indicated by - the ``SV''column. + the ``SV'' column. Note that all other operations providing ordering against accesses to multiple variables also provide this same-variable ordering. -- 2.17.1