summaryrefslogtreecommitdiff
path: root/gnu/packages/gperf.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-05 23:23:38 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-05 23:23:38 +0100
commit12bcf94a9a3d2ea1817e15b517c78771d6260bbf (patch)
tree0ffc5be983580a11bfb5fe29e6ab89c4494cb181 /gnu/packages/gperf.scm
parent95f92d4e2c521196eb0f341ef7ae55b33dc1552e (diff)
downloadguix-patches-12bcf94a9a3d2ea1817e15b517c78771d6260bbf.tar
guix-patches-12bcf94a9a3d2ea1817e15b517c78771d6260bbf.tar.gz
gnu: Synchronize descriptions with the Womb.
Note: some of these changes undo bits of 35b9e4232. * gnu/packages/base.scm, gnu/packages/gperf.scm, gnu/packages/guile.scm, gnu/packages/libidn.scm, gnu/packages/miscfiles.scm, gnu/packages/telephony.scm: Adjust synopses and descriptions as suggested by 'make sync-descriptions'.
Diffstat (limited to 'gnu/packages/gperf.scm')
-rw-r--r--gnu/packages/gperf.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm
index 9e2e3c6ec4..9d9aaba3ce 100644
--- a/gnu/packages/gperf.scm
+++ b/gnu/packages/gperf.scm
@@ -39,7 +39,7 @@
(home-page "http://www.gnu.org/software/gperf/")
(synopsis "Perfect hash function generator")
(description
- "GNU gperf is a perfect hash function generator. For a given list of
+ "gperf is a perfect hash function generator. For a given list of
strings, it produces a hash function and hash table in C or C++ code. That
the hash function is perfect means that no collisions can exist and that
look-ups can be made by single string comparisons.")