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/som.c | |
parent | e86ce104e24677a8911f31d223106b7e7b7cce89 (diff) | |
download | binutils-gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.gz |
comment typo fixes
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/som.c b/bfd/som.c index cf4af77229e..be190d80b1c 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -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 |