summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Slee <mcslee@apache.org>2007-04-03 05:49:12 +0000
committerMark Slee <mcslee@apache.org>2007-04-03 05:49:12 +0000
commit8142b9d122078793b8a2ff8d4510ff03ecd1a5b7 (patch)
treed4a4d9aa396390dc659cb82c226278bb9b65204b /doc
parent13a0d4a3d6dba9fbbee4b0be189c8188cc055a5f (diff)
downloadthrift-8142b9d122078793b8a2ff8d4510ff03ecd1a5b7.tar.gz
Fix whitepaper typo
Reviewed By: ditka git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665080 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
-rw-r--r--doc/thrift.pdfbin120715 -> 120699 bytes
-rw-r--r--doc/thrift.tex3
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/thrift.pdf b/doc/thrift.pdf
index b0e0176c7..2bbea909c 100644
--- a/doc/thrift.pdf
+++ b/doc/thrift.pdf
Binary files differ
diff --git a/doc/thrift.tex b/doc/thrift.tex
index ce6a2e6d4..cb7582f63 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