summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-06 13:31:48 +0000
committerwiz <wiz>2000-02-06 13:31:48 +0000
commit3630138d41d0b7ef5d57f83d74ccc1d509f35ff2 (patch)
tree9e3812f4f14f516d62d99292fb83b8b3ca63470e /devel/pth
parent2ec4b0f64f7546661e35758a42b88b0dff8f44bf (diff)
downloadpkgsrc-3630138d41d0b7ef5d57f83d74ccc1d509f35ff2.tar.gz
fix typo
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/pkg/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pth/pkg/DESCR b/devel/pth/pkg/DESCR
index c9733eaf9ec..e29abcc50a5 100644
--- a/devel/pth/pkg/DESCR
+++ b/devel/pth/pkg/DESCR
@@ -1,5 +1,5 @@
PTH is a very portable POSIX/ANSI-C based library for Unix platforms which
provides non-preemptive scheduling for multiple threads of execution
("multithreading") inside server applications. All threads run in the same
-address space of the server application, but each thread has it's own
+address space of the server application, but each thread has its own
individual program-counter, run-time stack, signal mask and errno variable.