[PATCH -perfbook 1/6] memorder: Fix typo ("`" --> " ")

Akira Yokosawa <[email protected]> Thu, 4 Jun 2026 19:11:15 +0900
Newsgroups org.kernel.vger.perfbook
Message-ID <[email protected]>
Signed-off-by: Akira Yokosawa <[email protected]>
---
 memorder/memorder.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 309d3be1..d0775c36 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -5571,7 +5571,7 @@ API to the C++ standard~\cite{DavidGoldblatt2022asymmetricFences}.
 It is quite beneficial to verify code in terms of a higher-level primitive
 instead of in terms of the low-level memory accesses used in a particular
 implementation of that primitive.
-First, this allows code using`those primitives to be
+First, this allows code using those primitives to be
 verified against an abstract representation of those primitives,
 thus making that code less vulnerable to implementation changes.
 Second, partitioning the verification at API boundaries results in
-- 
2.43.0