* hppa-tdep.c (read_unwind_info): Fix typo in comment.

This commit is contained in:
Joel Brobecker 2005-10-03 20:53:01 +00:00
parent 07012eeef2
commit 043f5962ba
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-10-02 Joel Brobecker <brobecker@adacore.com>
* hppa-tdep.c (read_unwind_info): Fix typo in comment.
2005-10-02 Daniel Jacobowitz <dan@codesourcery.com>
* gdb_gcore.sh: Use a temporary file. Use gdb from $PATH.

View File

@ -364,7 +364,7 @@ read_unwind_info (struct objfile *objfile)
}
/* Now compute the size of the stub unwinds. Note the ELF tools do not
use stub unwinds at the curren time. */
use stub unwinds at the current time. */
stub_unwind_sec = bfd_get_section_by_name (objfile->obfd, "$UNWIND_END$");
if (stub_unwind_sec)