diff options
author | danfe <danfe@FreeBSD.org> | 2010-12-25 02:35:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-12-25 02:35:09 +0800 |
commit | e1266be2ba773669181c46949a5e3bbf574b8c81 (patch) | |
tree | cd2c6865c98c107db19a484e83f64f2992f44a42 /devel | |
parent | d678ffb901831222588d4cfc12243c9bc38947a4 (diff) | |
download | freebsd-ports-graphics-e1266be2ba773669181c46949a5e3bbf574b8c81.tar.gz freebsd-ports-graphics-e1266be2ba773669181c46949a5e3bbf574b8c81.tar.zst freebsd-ports-graphics-e1266be2ba773669181c46949a5e3bbf574b8c81.zip |
Improve grammar and weaken the "fastest speed" assessment.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/asmutils/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/asmutils/pkg-descr b/devel/asmutils/pkg-descr index af3cf30a34e..c99100256ad 100644 --- a/devel/asmutils/pkg-descr +++ b/devel/asmutils/pkg-descr @@ -1,7 +1,7 @@ asmutils is a set of miscellaneous utilities written in assembly language, targeted for x86 embedded systems and small distributions (like rescue or -installation disks); also it contains small libc and crypto library. It +installation disks); it also contains small libc and crypto libraries. It features the smallest possible size and memory requirements, the fastest -speed and good functionality. +speed (with few exceptions), and good functionality. WWW: http://asm.sourceforge.net/ |