diff options
Diffstat (limited to 'gnu/packages/pth.scm')
-rw-r--r-- | gnu/packages/pth.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pth.scm b/gnu/packages/pth.scm index b0d5092cb0..c3f572574e 100644 --- a/gnu/packages/pth.scm +++ b/gnu/packages/pth.scm @@ -37,7 +37,7 @@ (build-system gnu-build-system) (arguments '(#:parallel-build? #f)) (home-page "http://www.gnu.org/software/pth") - (synopsis "The GNU Portable Threads library") + (synopsis "Portable thread library") (description "Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for |