summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-06 13:31:48 +0000
committerwiz <wiz@pkgsrc.org>2000-02-06 13:31:48 +0000
commit7a09fd0e91597045b36937c2881c57c4a0e4974f (patch)
tree9e3812f4f14f516d62d99292fb83b8b3ca63470e /devel
parente57fbcb602257b486116bfd325554ed1358b67db (diff)
downloadpkgsrc-7a09fd0e91597045b36937c2881c57c4a0e4974f.tar.gz
fix typo
Diffstat (limited to 'devel')
-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.