summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2005-10-03 20:53:01 +0000
committerJoel Brobecker <brobecker@gnat.com>2005-10-03 20:53:01 +0000
commitd82cbbda1d31eb58166f3fc8e90215bece00d404 (patch)
tree49346a66ec6344d5daa592b68ad247d789fea5f5
parentc8e0e87c6566bab21d6e61cd9cdbbede945f9ee3 (diff)
downloadgdb-d82cbbda1d31eb58166f3fc8e90215bece00d404.tar.gz
* hppa-tdep.c (read_unwind_info): Fix typo in comment.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/hppa-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3fb9f9a8796..9ea389c3eb2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index 0f5518c87d0..a1043715264 100644
--- a/gdb/hppa-tdep.c
+++ b/gdb/hppa-tdep.c
@@ -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)