From: Mark Slee Date: Tue, 3 Apr 2007 05:49:12 +0000 (+0000) Subject: Fix whitepaper typo X-Git-Tag: 0.2.0~1392 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=8142b9d122078793b8a2ff8d4510ff03ecd1a5b7;p=common%2Fthrift.git Fix whitepaper typo Reviewed By: ditka git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665080 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/doc/thrift.pdf b/doc/thrift.pdf index b0e0176c..2bbea909 100644 Binary files a/doc/thrift.pdf and b/doc/thrift.pdf differ diff --git a/doc/thrift.tex b/doc/thrift.tex index ce6a2e6d..cb7582f6 100644 --- a/doc/thrift.tex +++ b/doc/thrift.tex @@ -891,8 +891,7 @@ implementing the \texttt{Thread} interface (in this case, \texttt{PosixThread::w object may need to know which thread it is executing in and a Thread, obviously, needs to know what \texttt{Runnable} object it is hosting. This interdependency is further complicated because the lifecycle of each object is independent of the -other. An application may create a set of \texttt{Runnable} object to be used overs -and over in different threads, or it may create and forget a \texttt{Runnable} object +other. An application may create a set of \texttt{Runnable} object to be reused in different threads, or it may create and forget a \texttt{Runnable} object once a thread has been created and started for it. The \texttt{Thread} class takes a \texttt{boost::shared\_ptr} reference to the hosted