diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-22 19:14:34 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-23 09:47:08 +0200 |
commit | 757e9c4c2a9181514f658f54f0757d1c2d479fff (patch) | |
tree | ed64511844e638a61ff6f5b13dce83554470644d /package/gsl | |
parent | 5e2c17b9a3a52d31312215004e79576e5ec6f1f3 (diff) | |
download | buildroot-757e9c4c2a9181514f658f54f0757d1c2d479fff.tar.gz buildroot-757e9c4c2a9181514f658f54f0757d1c2d479fff.zip |
package: kill pointless text justification
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gsl')
-rw-r--r-- | package/gsl/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gsl/Config.in b/package/gsl/Config.in index aa431d1f2d..5b82ac2a0b 100644 --- a/package/gsl/Config.in +++ b/package/gsl/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_GSL bool "gsl" help The GNU Scientific Library (GSL) is a numerical library for - C and C++ programmers. The library provides a wide range of + C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite. |