summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2023-12-02 09:26:08 -0800
committerPaul E. McKenney <paulmck@kernel.org>2023-12-02 11:25:42 -0800
commit5a9e8a4d79b150a4fffcbb7ee405e1e394533a2d (patch)
tree9e265ed3efcd74614d63b50b5609732042bcbc3a
parent8a26141456c6acb21db16e2cc315c2e416691400 (diff)
downloadperfbook-5a9e8a4d79b150a4fffcbb7ee405e1e394533a2d.tar.gz
future/tm: Remove unnecessary spaces
A couple of sentences in future/tm.tex are having two spaces between two words unnecessarily. Remove one. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--future/tm.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/future/tm.tex b/future/tm.tex
index e6985099..1de900b8 100644
--- a/future/tm.tex
+++ b/future/tm.tex
@@ -126,7 +126,7 @@ Here are some options for handling of I/O within transactions:
However, special handling is required in cases where multiple
record-oriented output streams are merged onto a single file
from multiple processes, as might be done using the ``a+''
- option to \co{fopen()} or the \co{O_APPEND} flag to \co{open()}.
+ option to \co{fopen()} or the \co{O_APPEND} flag to \co{open()}.
In addition, as will be seen in the next section, common
networking operations cannot be handled via buffering.
\item Prohibit I/O within transactions, so that any attempt to execute
@@ -240,7 +240,7 @@ Here are some options available to TM:
back, with consequent degradation of performance and scalability.
This approach nevertheless might be valuable given long-running
transactions ending with an RPC\@.
- This approach must still restrict manual transaction-abort
+ This approach must still restrict manual transaction-abort
operations.
\item Identify special cases where the RPC response may be moved out
of the transaction, and then proceed using techniques similar