From 7b45c6e1dabcb4860888f46ace53e7425741dce3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 21 Jan 2002 14:03:27 +0000 Subject: comment typo fixes --- bfd/ChangeLog | 4 ++++ bfd/som.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'bfd') 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 + + * som.c (som_write_space_strings): Comment typo fix. + 2002-01-21 Alan Modra * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and diff --git a/bfd/som.c b/bfd/som.c index cf4af77..be190d8 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 -- cgit v1.1