diff options
Diffstat (limited to 'gnu/packages/gperf.scm')
-rw-r--r-- | gnu/packages/gperf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm index 9d9aaba3ce..9e2e3c6ec4 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 - "gperf is a perfect hash function generator. For a given list of + "GNU 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.") |