diff options
author | reed <reed@pkgsrc.org> | 2005-02-06 07:39:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-02-06 07:39:42 +0000 |
commit | 773ab175a90730032faa706d441d6c465807e70b (patch) | |
tree | db02c975540cb816952df056d34d4aabbaa4614a /devel | |
parent | c5b97b6a98ae1d9898ae364f1d068c3256bdea80 (diff) | |
download | pkgsrc-773ab175a90730032faa706d441d6c465807e70b.tar.gz |
Fix typo.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/binutils/DESCR b/devel/binutils/DESCR index fbb0fd2975b..8247f4b296b 100644 --- a/devel/binutils/DESCR +++ b/devel/binutils/DESCR @@ -5,7 +5,7 @@ and additional libraries for building software. It includes the GNU linker, the portable GNU assembler, ar for modifying archives (such as libraries), nm for listing symbols from object files, objdump for displaying object file information, ranlib for generating -archive indexes, size for listing sections sizers of object files, +archive indexes, size for listing section sizes of object files, strings for outputing the printable characters in files, strip for stripping out symbols (like debugging information) from object files, and other tools. |