diff options
author | Alan Modra <amodra@gmail.com> | 2002-01-21 14:03:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-01-21 14:03:27 +0000 |
commit | 7b45c6e1dabcb4860888f46ace53e7425741dce3 (patch) | |
tree | 013823a3ad252d5d5bd32b387dc0d5497d1ea22d /bfd | |
parent | e86ce104e24677a8911f31d223106b7e7b7cce89 (diff) | |
download | gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.zip gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.gz gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.bz2 |
comment typo fixes
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/som.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fa6376a..e4db7c1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> + + * som.c (som_write_space_strings): Comment typo fix. + 2002-01-21 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and @@ -1,6 +1,6 @@ /* bfd back-end for HP PA-RISC SOM objects. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001 + 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by the Center for Software Science at the @@ -3101,7 +3101,7 @@ som_write_space_strings (abfd, current_offset, string_sizep) /* Ensure a minimum growth factor to avoid O(n**2) space consumption for n strings. The optimal minimum factor seems to be 2, as no other value can guarantee - wasting less then 50% space. (Note that we cannot + wasting less than 50% space. (Note that we cannot deallocate space allocated by `alloca' without returning from this function.) The same technique is used a few more times below when a buffer is |