diff options
author | Joel Brobecker <brobecker@gnat.com> | 2005-10-03 20:53:01 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2005-10-03 20:53:01 +0000 |
commit | 043f5962ba69d000b6106d923792f4ce2fbb37b1 (patch) | |
tree | 3fd2b2be76b765fd62d4745c4759ce8d79a3a8b4 /gdb/hppa-tdep.c | |
parent | 07012eeef27d34424bd51d1ee54bbeb09841fe1f (diff) | |
download | gdb-043f5962ba69d000b6106d923792f4ce2fbb37b1.zip gdb-043f5962ba69d000b6106d923792f4ce2fbb37b1.tar.gz gdb-043f5962ba69d000b6106d923792f4ce2fbb37b1.tar.bz2 |
* hppa-tdep.c (read_unwind_info): Fix typo in comment.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 0f5518c..a104371 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) |