diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:29:22 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:29:22 -0500 |
commit | 610e8461bb9b201adbd4bd9257a9bf48be71f62b (patch) | |
tree | 6ca569349369dbaa4ba6c24795d6201303b9d2fa /libraries/libmaa | |
parent | 8fe2e3d82e774b981c041e043ca2f71ed672b493 (diff) | |
download | slackbuilds-610e8461bb9b201adbd4bd9257a9bf48be71f62b.tar.gz |
various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libmaa')
-rw-r--r-- | libraries/libmaa/slack-desc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libmaa/slack-desc b/libraries/libmaa/slack-desc index 971182dd2f..3350a7171c 100644 --- a/libraries/libmaa/slack-desc +++ b/libraries/libmaa/slack-desc @@ -9,11 +9,11 @@ libmaa: libmaa (general purpose data structures and functions) libmaa: libmaa: The LIBMAA library provides many low-level data structures which -libmaa: are helpful for writing compilers, including hash tables, sets, +libmaa: are helpful for writing compilers, including hash tables, sets, libmaa: lists, debugging support, and memory management. Although LIBMAA libmaa: was designed and implemented as a foundation for the Khepera libmaa: Transformation System, the data structures are generally applicable -libmaa: to a wide range of programming problems. The memory management -libmaa: routines are especially helpful for improving the performance of +libmaa: to a wide range of programming problems. The memory management +libmaa: routines are especially helpful for improving the performance of libmaa: memory-intensive applications. libmaa: |